home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / editors / emcs1857 / emacsb2.zoo / doc-18.57 next >
Encoding:
Text File  |  1992-06-10  |  214.5 KB  |  3,781 lines

  1. Fopen-termscript
  2. Start writing all terminal output to FILE as well as the terminal.
  3. FILE = nil means just close any termscript file currently open.Fset-screen-height
  4. Tell redisplay that the screen has LINES lines.
  5. Optional second arg non-nil means that redisplay should use LINES lines
  6. but that the idea of the actual height of the screen should not be changed.Fset-screen-width
  7. Tell redisplay that the screen has COLS columns.
  8. Optional second arg non-nil means that redisplay should use COLS columns
  9. but that the idea of the actual width of the screen should not be changed.Fscreen-height
  10. Return number of lines on screen available for display.Fscreen-width
  11. Return number of columns on screen available for display.Fbaud-rate
  12. Return the output baud rate of the terminal.Fsend-string-to-terminal
  13. Send STRING to the terminal without alteration.
  14. Control characters in STRING will have terminal-dependent effects.Fding
  15. Beep, or flash the screen.
  16. Terminates any keyboard macro currently executing unless an argument
  17. is given.Fsleep-for
  18. Pause, without updating display, for ARG seconds.Fsit-for
  19. Perform redisplay, then wait for ARG seconds or until input is available.
  20. Optional second arg non-nil means don't redisplay.
  21. Redisplay is preempted as always if input arrives, and does not happen
  22. if input is available before it starts.
  23. Value is t if waited the full time with no input arriving.Vinverse-video
  24. *Non-nil means use inverse-video.Vvisible-bell
  25. *Non-nil means try to flash the screen to represent a bell.Vno-redraw-on-reenter
  26. *Non-nil means no need to redraw entire screen after suspending.
  27. It is up to you to set this variable to inform Emacs.Vwindow-system
  28. A symbol naming the window-system under which Emacs is running,
  29. (such as `x'), or nil if emacs is running on an ordinary terminal.Vwindow-system-version
  30. Version number of the window system Emacs is running under.Vcursor-in-echo-area
  31. Non-nil means put cursor in minibuffer after any message displayed there.Fredraw-display
  32. Clear the screen and output again what is supposed to appear on it.Vglobal-mode-string
  33. String displayed by mode-line-format's "%m" specifiation.Voverlay-arrow-position
  34. Marker for where to display an arrow on top of the buffer text.
  35. This must be the beginning of a line in order to work.
  36. See also overlay-arrow-string.Voverlay-arrow-string
  37. String to display as an arrow.  See also overlay-arrow-position.Vscroll-step
  38. *The number of lines to try scrolling a window by when point moves out.
  39. If that fails to bring point back on screen, point is centered instead.
  40. If this is zero, point is always centered after it moves off screen.Vreset-terminal-on-clear
  41. Non-nil means re-init terminal modes for clear screen as on entry to Emacs.Vdebug-end-pos
  42. Don't askVtruncate-partial-width-windows
  43. *Non-nil means truncate lines in all windows less than full screen wide.Vmode-line-inverse-video
  44. *Non-nil means use inverse video, or other suitable display mode, for the mode line.Fwindowp
  45. Returns t if OBJ is a window.Fselected-window
  46. Return the window that the cursor now appears in and commands apply to.Fminibuffer-window
  47. Return the window used for minibuffers.Fpos-visible-in-window-p
  48. Return t if position POS is currently on the screen in WINDOW.
  49. Returns nil if that position is scrolled vertically out of view.
  50. POS defaults to point; WINDOW, to the selected window.Fwindow-buffer
  51. Return the buffer that WINDOW is displaying.Fwindow-height
  52. Return the number of lines in WINDOW (including its mode line).Fwindow-width
  53. Return the number of columns in WINDOW.Fwindow-hscroll
  54. Return the number of columns by which WINDOW is scrolled from left margin.Fset-window-hscroll
  55. Set number of columns WINDOW is scrolled from left margin to NCOL.
  56. NCOL should be zero or positive.Fwindow-edges
  57. Return a list of the edge coordinates of WINDOW.
  58. (LEFT TOP RIGHT BOTTOM), all relative to 0, 0 at top left corner of screen.
  59. RIGHT is one more than the rightmost column used by WINDOW,
  60. and BOTTOM is one more than the bottommost row used by WINDOW
  61.  and its mode-line.Fwindow-point
  62. Return current value of point in WINDOW.
  63. For a nonselected window, this is the value point would have
  64. if that window were selected.
  65.  
  66. Note that, when WINDOW is the selected window and its buffer
  67. is also currently selected, the value returned is the same as (point).
  68. It would be more strictly correct to return the `top-level' value
  69. of point, outside of any  save-excursion  forms.
  70. But that is hard to define.Fwindow-start
  71. Return position at which display currently starts in WINDOW.Fset-window-point
  72. Make point value in WINDOW be at position POS in WINDOW's buffer.Fset-window-start
  73. Make display in WINDOW start at position POS in WINDOW's buffer.
  74. Optional third arg NOFORCE non-nil inhibits next redisplay
  75. from overriding motion of point in order to display at this exact start.Fdelete-window
  76. Remove WINDOW from the display.  Default is selected window.Fnext-window
  77. Return next window after WINDOW in canonical ordering of windows.
  78. Optional second arg MINIBUF t means count the minibuffer window
  79. even if not active.  If MINIBUF is neither t nor nil it means
  80. not to count the minibuffer even if it is active.Fprevious-window
  81. Return previous window before WINDOW in canonical ordering of windows.Fother-window
  82. Select the ARG'th different window.Fget-lru-window
  83. Return the window least recently selected or used for display.Fget-largest-window
  84. Return the largest window in area.Fget-buffer-window
  85. Return a window currently displaying BUFFER, or nil if none.Fdelete-other-windows
  86. Make WINDOW (or the selected window) fill the screen.Fdelete-windows-on
  87. Delete all windows showing BUFFER.Freplace-buffer-in-windows
  88. Replace BUFFER with some other buffer in all windows showing it.Fset-window-buffer
  89. Make WINDOW display BUFFER as its contents.
  90. BUFFER can be a buffer or buffer name.Fselect-window
  91. Select WINDOW.  Most editing will apply to WINDOW's buffer.
  92. The main editor command loop selects the buffer of the selected window
  93. before each command.Fdisplay-buffer
  94. Make BUFFER appear in some window but don't select it.
  95. BUFFER can be a buffer or a buffer name.
  96. If BUFFER is shown already in some window, just uses that one,
  97. unless the window is the selected window and NOTTHISWINDOW is non-nil.
  98. Returns the window displaying BUFFER.Fsplit-window
  99. Split WINDOW, putting SIZE lines in the first of the pair.
  100. WINDOW defaults to selected one and SIZE to half its size.
  101. If optional third arg HOR-FLAG is non-nil, split side by side
  102. and put SIZE columns in the first of the pair.Fenlarge-window
  103. Make current window ARG lines bigger.
  104. From program, optional second arg non-nil means grow sideways ARG columns.Fshrink-window
  105. Make current window ARG lines smaller.
  106. From program, optional second arg non-nil means shrink sideways ARG columns.Fscroll-up
  107. Scroll text of current window upward ARG lines; or near full screen if no ARG.
  108. When calling from a program, supply a number as argument or nil.Fscroll-down
  109. Scroll text of current window downward ARG lines; or near full screen if no ARG.
  110. When calling from a program, supply a number as argument or nil.Fscroll-left
  111. Scroll selected window display ARG columns left.
  112. Default for ARG is window width minus 2.Fscroll-right
  113. Scroll selected window display ARG columns right.
  114. Default for ARG is window width minus 2.Fscroll-other-window
  115. Scroll text of next window upward ARG lines; or near full screen if no ARG.
  116. The next window is the one below the current one; or the one at the top
  117. if the current one is at the bottom.
  118. When calling from a program, supply a number as argument or nil.Frecenter
  119. Center point in window and redisplay screen.  With ARG, put point on line ARG.
  120. The desired position of point is always relative to the current window.
  121. Just C-u as prefix means put point in the center of the screen.
  122. No arg (i.e., it is nil) erases the entire screen and then
  123. redraws with point in the center.Fmove-to-window-line
  124. Position point relative to window.
  125. With no argument, position at text at center of window.
  126. An argument specifies screen line; zero means top of window,
  127. negative means relative to bottom of window.Fset-window-configuration
  128. Restore the configuration of Emacs' windows and buffers to
  129. the state specified by CONFIGURATION.  CONFIGURATION must be a value
  130. retrned by  current-window-configuration  -- see the documentation of that
  131. function for more information.Fcurrent-window-configuration
  132. Return an object representing Emacs' current window configuration,
  133. namely the number of windows, their sizes and current buffers, and for
  134. each displayed buffer, where display starts, and the positions of
  135. point and mark.  An exception is made for point in (current-buffer) --
  136. its value is -not- saved.Fsave-window-excursion
  137. Execute body, preserving window sizes and contents.
  138. Restores which buffer appears in which window, where display starts,
  139. as well as the current buffer.
  140. Does not restore the value of point in current buffer.Vtemp-buffer-show-hook
  141. Non-nil means call as function to display a help buffer.
  142. Used by with-output-to-temp-buffer.Vminibuffer-scroll-window
  143. Non-nil means it is the window that C-M-v in minibuffer should scroll.Vpop-up-windows
  144. *Non-nil means display-buffer should make new windows.Vnext-screen-context-lines
  145. *Number of lines of continuity when scrolling by screenfuls.Vsplit-height-threshold
  146. *display-buffer would prefer to split the largest window if this large.
  147. If there is only one window, it is split regardless of this value.Vwindow-min-height
  148. *Delete any window less than this tall (including its mode line).Vwindow-min-width
  149. *Delete any window less than this wide.Fkill-emacs
  150. Exit the Emacs job and kill it.  ARG means no query.
  151. If emacs is running noninteractively and ARG is an integer,
  152. return ARG as the exit program code.Fdump-emacs-data
  153. Dump current state of Emacs into data file FILENAME.
  154. This function exists on systems that use HAVE_SHM.Fdump-emacs
  155. Dump current state of Emacs into executable file FILENAME.
  156. Take symbols from SYMFILE (presumably the file you executed to run Emacs).Vcommand-line-args
  157. Args passed by shell to Emacs, as a list of strings.Vsystem-type
  158. Symbol indicating type of operating system you are using.Vnoninteractive
  159. Non-nil means Emacs is running without interactive terminal.Vkill-emacs-hook
  160. Function called, if non-nil, whenever kill-emacs is called.Frecursive-edit
  161. Invoke the editor command loop recursively.
  162. Do (throw 'exit nil) within the command loop to make this function return,
  163. or (throw 'exit t) to make this function signal an error.
  164. This function is called by the editor initialization
  165. to begin editing.Ftop-level
  166. Exit all recursive editing levels.Fexit-recursive-edit
  167. Exit from the innermost recursive edit or minibuffer.Fabort-recursive-edit
  168. Abort the command that requested this recursive edit or minibuffer input.Fread-key-sequence
  169. Read a sequence of keystrokes and return as a string.
  170. The sequence is sufficient to specify a non-prefix command
  171. starting from the current local and global keymaps.
  172. A C-g typed while in this function is treated like
  173. any other character, and quit-flag is not set.
  174. One arg, PROMPT, a prompt string or  nil, meaning do not prompt specially.Fcommand-execute
  175. Execute CMD as an editor command.
  176. CMD must be a symbol that satisfies the `commandp' predicate.
  177. Optional second arg RECORD-FLAG non-nil
  178. means unconditionally put this command in the command-history.
  179. Otherwise, this is done only if an arg is read using the minibuffer.Fexecute-extended-command
  180. Read function name, then read its arguments and call it.Finput-pending-p
  181. T if command input is currently available with no waiting.
  182. Actually, the value is NIL only if we can be sure that no input is available.Frecent-keys
  183. Return string of last 100 chars read from terminal.Fthis-command-keys
  184. Return string of the keystrokes that invoked this command.Frecursion-depth
  185. Return the current depth in recursive edits.Fopen-dribble-file
  186. Start writing all keyboard characters to FILE.Fdiscard-input
  187. Discard the contents of the terminal input buffer.
  188. Also flush any kbd macro definition in progress.Fsuspend-emacs
  189. Stop Emacs and return to superior process.  You can resume.
  190. If optional arg STUFFSTRING is non-nil, its characters are stuffed
  191. to be read as terminal input by Emacs's superior shell.
  192. Before suspending, if `suspend-hook' is bound and value is non-nil
  193. call the value as a function of no args.  Don't suspend if it returns non-nil.
  194. Otherwise, suspend normally and after resumption call
  195. `suspend-resume-hook' if that is bound and non-nil.Fset-input-mode
  196. Set mode of reading keyboard input.
  197. First arg non-nil means use input interrupts; nil means use CBREAK mode.
  198. Second arg non-nil means use ^S/^Q flow control for output to terminal
  199.  (no effect except in CBREAK mode).
  200. Optional third arg non-nil specifies character to use for quitting.
  201.  
  202. Note that the arguments will change incompatibly in version 19.Vdisabled-command-hook
  203. Value is called instead of any command that is disabled
  204. (has a non-nil  disabled  property).Vmeta-flag
  205. *Non-nil means treat 0200 bit in terminal input as Meta bit.Vlast-command-char
  206. Last terminal input character that was part of a command, as an integer.Vlast-input-char
  207. Last terminal input character, as an integer.Vunread-command-char
  208. Character to be read as next input from command input stream, or -1 if none.Vmeta-prefix-char
  209. Meta-prefix character code.  Meta-foo as command input
  210. turns into this character followed by foo.Vlast-command
  211. The last command executed.  Normally a symbol with a function definition,
  212. but can be whatever was found in the keymap, or whatever the variable
  213. `this-command' was set to by that command.Vthis-command
  214. The command now being executed.
  215. The command can set this variable; whatever is put here
  216. will be in  last-command  during the following command.Vauto-save-interval
  217. *Number of keyboard input characters between auto-saves.
  218. Zero means disable autosaving.Vecho-keystrokes
  219. *Nonzero means echo unfinished commands after this many seconds of pause.Vpolling-period
  220. *Interval between polling for input during Lisp execution.
  221. The reason for polling is to make C-g work to stop a running program.
  222. Polling is needed only when using X windows and SIGIO does not work.
  223. Polling is automatically disabled in all other cases.Vhelp-char
  224. Character to recognize as meaning Help.
  225. When it is read, do (eval help-form), and display result if it's a string.
  226. If help-form's value is nil, this char can be read normally.Vhelp-form
  227. Form to execute when character help-char is read.
  228. If the form returns a string, that string is displayed.
  229. If help-form is nil, the help char is not recognized.Vtop-level
  230. Form to evaluate when Emacs starts up.
  231. Useful to set before you dump a modified Emacs.Vkeyboard-translate-table
  232. String used as translate table for keyboard input, or nil.
  233. Each character is looked up in this string and the contents used instead.
  234. If string is of length N, character codes N and up are untranslated.Fstart-kbd-macro
  235. Record subsequent keyboard input, defining a keyboard macro.
  236. The commands are recorded even as they are executed.
  237. Use \[end-kbd-macro] to finish recording and make the macro available.
  238. Use \[name-last-kbd-macro] to give it a permanent name.
  239. Non-nil arg (prefix arg) means append to last macro defined;
  240.  This begins by re-executing that macro as if you typed it again.Fend-kbd-macro
  241. Finish defining a keyboard macro.
  242. The definition was started by \[start-kbd-macro].
  243. The macro is now available for use via \[call-last-kbd-macro],
  244. or it can be given a name with \[name-last-kbd-macro] and then invoked
  245. under that name.
  246. With numeric arg, repeat macro now that many times,
  247. counting the definition just completed as the first repetition.Fcall-last-kbd-macro
  248. Call the last keyboard macro that you defined with \[start-kbd-macro].
  249. To make a macro permanent so you can call it even after
  250. defining others, use \[name-last-kbd-macro].Fexecute-kbd-macro
  251. Execute MACRO as string of editor command characters.
  252. If MACRO is a symbol, its function definition is used.
  253. COUNT is a repeat count, or nil for once, or 0 for infinite loop.Vdefining-kbd-macro
  254. Non-nil means store keyboard input into kbd macro being defined.Vexecuting-macro
  255. Currently executing keyboard macro (a string); nil if none executing.Vexecuting-kbd-macro
  256. Currently executing keyboard macro (a string); nil if none executing.Vlast-kbd-macro
  257. Last kbd macro defined, as a string; nil if none defined.Fmake-keymap
  258. Construct and return a new keymap, a vector of length 128.
  259. All entries in it are nil, meaning "command undefined".Fmake-sparse-keymap
  260. Construct and return a new sparse-keymap list.
  261. Its car is 'keymap and its cdr is an alist of (CHAR . DEFINITION).
  262. Initially the alist is nil.Fkeymapp
  263. Return t if ARG is a keymap.
  264. A keymap is a vector of length 128, or a list (keymap . ALIST),
  265. where alist elements look like (CHAR . DEFN).Fcopy-keymap
  266. Return a copy of the keymap KEYMAP.
  267. The copy starts out with the same definitions of KEYMAP,
  268. but changing either the copy or KEYMAP does not affect the other.
  269. Any key definitions that are subkeymaps are recursively copied.Fdefine-key
  270. Args KEYMAP, KEY, DEF.  Define key sequence KEY, in KEYMAP, as DEF.
  271. KEYMAP is a keymap.  KEY is a string meaning a sequence of keystrokes.
  272. DEF is anything that can be a key's definition:
  273.  nil (means key is undefined in this keymap),
  274.  a command (a Lisp function suitable for interactive calling)
  275.  a string (treated as a keyboard macro),
  276.  a keymap (to define a prefix key),
  277.  a list (KEYMAP . CHAR), meaning use definition of CHAR in map KEYMAP,
  278.  or a symbol.  The symbol's function definition is used as the key's
  279. definition, and may be any of the above (including another symbol).Flookup-key
  280. In keymap KEYMAP, look up key sequence KEY.  Return the definition.
  281. nil means undefined.  See doc of define-key for kinds of definitions.
  282. Number as value means KEY is "too long";
  283. that is, characters in it except for the last one
  284. fail to be a valid sequence of prefix characters in KEYMAP.
  285. The number is how many characters at the front of KEY
  286. it takes to reach a non-prefix command.Fkey-binding
  287. Return the definition for command KEYS in current keymaps.
  288. KEYS is a string, a sequence of keystrokes.
  289. The definition is probably a symbol with a function definition.Flocal-key-binding
  290. Return the definition for command KEYS in current local keymap only.
  291. KEYS is a string, a sequence of keystrokes.
  292. The definition is probably a symbol with a function definition.Fglobal-key-binding
  293. Return the definition for command KEYS in current global keymap only.
  294. KEYS is a string, a sequence of keystrokes.
  295. The definition is probably a symbol with a function definition.Fglobal-set-key
  296. Give KEY a definition of COMMAND.
  297. COMMAND is a symbol naming an interactively-callable function.
  298. KEY is a string representing a sequence of keystrokes.
  299. Note that if KEY has a local definition in the current buffer
  300. that local definition will continue to shadow any global definition.Flocal-set-key
  301. Give KEY a local definition of COMMAND.
  302. COMMAND is a symbol naming an interactively-callable function.
  303. KEY is a string representing a sequence of keystrokes.
  304. The definition goes in the current buffer's local map,
  305. which is shared with other buffers in the same major mode.Fglobal-unset-key
  306. Remove global definition of KEY.
  307. KEY is a string representing a sequence of keystrokes.Flocal-unset-key
  308. Remove local definition of KEY.
  309. KEY is a string representing a sequence of keystrokes.Fdefine-prefix-command
  310. Define SYMBOL as a prefix command.
  311. A keymap is created and stored as SYMBOL's function definition.Fuse-global-map
  312. Selects KEYMAP as the global keymap.Fuse-local-map
  313. Selects KEYMAP as the local keymap.
  314. nil for KEYMAP means no local keymap.Fcurrent-local-map
  315. Return current buffer's local keymap, or nil if it has none.Fcurrent-global-map
  316. Return the current global keymap.Faccessible-keymaps
  317. Find all keymaps accessible via prefix characters from KEYMAP.
  318. Returns a list of elements of the form (KEYS . MAP), where the sequence
  319. KEYS starting from KEYMAP gets you to MAP.  These elements are ordered
  320. so that the KEYS increase in length.  The first element is ("" . KEYMAP).Fkey-description
  321. Return a pretty description of key-sequence KEYS.
  322. Control characters turn into "C-foo" sequences, meta into "M-foo"
  323. spaces are put between sequence elements, etc.Fsingle-key-description
  324. Return a pretty description of command character KEY.
  325. Control characters turn into C-whatever, etc.Ftext-char-description
  326. Return a pretty description of file-character CHAR.
  327. Control characters turn into "^char", etc.Fwhere-is-internal
  328. Return list of key sequences that currently invoke command DEFINITION
  329. in KEYMAP or (current-global-map).  If KEYMAP is nil, only search for
  330. keys in the global map.
  331.  
  332. If FIRSTONLY is non-nil, returns a string representing the first key
  333. sequence found, rather than a list of all possible key sequences.Fwhere-is
  334. Print message listing key sequences that invoke specified command.
  335. Argument is a command definition, usually a symbol with a function definition.Fdescribe-bindings
  336. Show a list of all defined keys, and their definitions.
  337. The list is put in a buffer, which is displayed.Fapropos
  338. Show all symbols whose names contain match for REGEXP.
  339. If optional arg PRED is non-nil, (funcall PRED SYM) is done
  340. for each symbol and a symbol is mentioned if that returns non-nil.
  341. Returns list of symbols found; if third arg NOPRINT is non-nil,
  342. does not display them, just returns the list.Vminibuffer-local-map
  343. Default keymap to use when reading from the minibuffer.Vminibuffer-local-ns-map
  344. The keymap used by the minibuf for local bindings when spaces are not
  345. to be allowed in input string.Vminibuffer-local-completion-map
  346. Keymap to use when reading from the minibuffer with completion.Vminibuffer-local-must-match-map
  347. Keymap to use when reading from the minibuffer with completion and
  348. an exact match of one of the completions is required.Fbuffer-list
  349. Return a list of all buffers.Fget-buffer
  350. Return the buffer named NAME (a string).
  351. It is found by looking up NAME in  buffer-alist.
  352. If there is no buffer named NAME, nil is returned.
  353. NAME may also be a buffer; it is returned.Fget-file-buffer
  354. Return the buffer visiting file FILENAME (a string).
  355. If there is no such buffer, nil is returned.Fget-buffer-create
  356. Like get-buffer but creates a buffer named NAME and returns it if none already exists.Fgenerate-new-buffer
  357. Creates and returns a buffer named NAME if one does not already exist,
  358. else tries adding successive suffixes to NAME until a new buffer-name is
  359. formed, then creates and returns a new buffer with that new name.Fbuffer-name
  360. Return the name of BUFFER, as a string.
  361. No arg means return name of current buffer.Fbuffer-file-name
  362. Return name of file BUFFER is visiting, or NIL if none.
  363. No argument means use current buffer as BUFFER.Fbuffer-local-variables
  364. Return alist of variables that are buffer-local in BUFFER.
  365. No argument means use current buffer as BUFFER.
  366. Each element of the value looks like (SYMBOL . VALUE).
  367. Note that storing new VALUEs in these elements
  368. does not change the local values.Fbuffer-modified-p
  369. Return t if BUFFER is modified since file last read in or saved.
  370. No argument means use current buffer as BUFFER.Fset-buffer-modified-p
  371. Mark current buffer as modified or unmodified according to FLAG.Frename-buffer
  372. Change current buffer's name to NEWNAME (a string).Fother-buffer
  373. Return most recently selected buffer other than BUFFER.
  374. Buffers not visible in windows are preferred to visible buffers.
  375. If no other exists, the buffer *scratch* is returned.
  376. If BUFFER is omitted or nil, some interesting buffer is returned.Fbuffer-flush-undo
  377. Make BUFFER stop keeping undo information.Fbuffer-enable-undo
  378. Start keeping undo information for buffer BUFFER (default is current buffer).Fkill-buffer
  379. One arg, a string or a buffer.  Get rid of the specified buffer.
  380. Any processes that have this buffer as the `process-buffer' are killed
  381. with `delete-process'.Fswitch-to-buffer
  382. Select buffer BUFFER in the current window.
  383. BUFFER may be a buffer or a buffer name.
  384. Optional second arg NORECORD non-nil means
  385. do not put this buffer at the front of the list of recently selected ones.
  386.  
  387. WARNING: This is NOT the way to work on another buffer temporarily
  388. within a Lisp program!  Use `set-buffer' instead.  That avoids messing with
  389. the window-buffer correspondances.Fpop-to-buffer
  390. Select buffer BUFFER in some window, preferably a different one.
  391. If  pop-up-windows  is non-nil, windows can be split to do this.
  392. If second arg  OTHER-WINDOW is non-nil, insist on finding another
  393. window even if BUFFER is already visible in the selected window.Fcurrent-buffer
  394. Return the current buffer as a Lisp buffer object.Fset-buffer
  395. Set the current buffer to the buffer or buffer name supplied as argument.
  396. That buffer will then be the default for editing operations and printing.
  397. This function's effect can't last past end of current command
  398. because returning to command level
  399. selects the chosen buffer of the current window,
  400. and this function has no effect on what buffer that is.
  401. See also `save-excursion' when you want to select a buffer temporarily.
  402. Use `switch-to-buffer' or `pop-to-buffer' for interactive buffer selection.Fbarf-if-buffer-read-only
  403. Signal a  buffer-read-only  error if the current buffer is read-only.Fbury-buffer
  404. Put BUFFER at the end of the list of all buffers.
  405. There it is the least likely candidate for other-buffer to return;
  406. thus, the least likely buffer for \[switch-to-buffer] to select by default.Ferase-buffer
  407. Delete the entire contents of the current buffer.Flist-buffers
  408. Display a list of names of existing buffers.
  409. Inserts it in buffer *Buffer List* and displays that.
  410. Note that buffers with names starting with spaces are omitted.
  411. Non-null optional arg FILES-ONLY means mention only file buffers.
  412.  
  413. The M column contains a * for buffers that are modified.
  414. The R column contains a % for buffers that are read-only.Fkill-all-local-variables
  415. Eliminate all the buffer-local variable values of the current buffer.
  416. This buffer will then see the default values of all variables.Vdefault-mode-line-format
  417. Default mode-line-format for buffers that do not override it.
  418. This is the same as (default-value 'mode-line-format).Vdefault-abbrev-mode
  419. Default abbrev-mode for buffers that do not override it.
  420. This is the same as (default-value 'abbrev-mode).Vdefault-ctl-arrow
  421. Default ctl-arrow for buffers that do not override it.
  422. This is the same as (default-value 'ctl-arrow).Vdefault-truncate-lines
  423. Default truncate-lines for buffers that do not override it.
  424. This is the same as (default-value 'truncate-lines).Vdefault-fill-column
  425. Default fill-column for buffers that do not override it.
  426. This is the same as (default-value 'fill-column).Vdefault-left-margin
  427. Default left-margin for buffers that do not override it.
  428. This is the same as (default-value 'left-margin).Vdefault-tab-width
  429. Default tab-width for buffers that do not override it.
  430. This is the same as (default-value 'tab-width).Vdefault-case-fold-search
  431. Default case-fold-search for buffers that do not override it.
  432. This is the same as (default-value 'case-fold-search).Vmode-line-format
  433. Template for displaying mode line for current buffer.
  434. Each buffer has its own value of this variable.
  435. Value may be a string, a symbol or a list or cons cell.
  436. For a symbol, its value is used (but it is ignored if t or nil).
  437.  A string appearing directly as the value of a symbol is processed verbatim
  438.  in that the %-constructs below are not recognized.
  439. For a list whose car is a symbol, the symbol's value is taken,
  440.  and if that is non-nil, the cadr of the list is processed recursively.
  441.  Otherwise, the caddr of the list (if there is one) is processed.
  442. For a list whose car is a string or list, each element is processed
  443.  recursively and the results are effectively concatenated.
  444. For a list whose car is an integer, the cdr of the list is processed
  445.   and padded (if the number is positive) or truncated (if negative)
  446.   to the width specified by that number.
  447. A string is printed verbatim in the mode line except for %-constructs:
  448.   (%-constructs are allowed when the string is the entire mode-line-format
  449.    or when it is found in a cons-cell or a list)
  450.   %b -- print buffer name.      %f -- print visited file name.
  451.   %* -- print *, % or hyphen.   %m -- print value of mode-name (obsolete).
  452.   %s -- print process status.   %M -- print value of global-mode-string. (obs)
  453.   %p -- print percent of buffer above top of window, or top, bot or all.
  454.   %n -- print Narrow if appropriate.
  455.   %[ -- print one [ for each recursive editing level.  %] similar.
  456.   %% -- print %.   %- -- print infinitely many dashes.
  457. Decimal digits after the % specify field width to which to pad.Vdefault-major-mode
  458. *Major mode for new buffers.  Defaults to fundamental-mode.
  459. nil here means use current buffer's major mode.Vmajor-mode
  460. Symbol for current buffer's major mode.Vabbrev-mode
  461. Non-nil turns on automatic expansion of abbrevs when inserted.
  462. Automatically becomes local when set in any fashion.Vcase-fold-search
  463. *Non-nil if searches should ignore case.
  464. Automatically becomes local when set in any fashion.Vmode-name
  465. Pretty name of current buffer's major mode (a string).Vfill-column
  466. *Column beyond which automatic line-wrapping should happen.
  467. Automatically becomes local when set in any fashion.Vleft-margin
  468. *Column for the default indent-line-function to indent to.
  469. Linefeed indents to this column in Fundamental mode.
  470. Automatically becomes local when set in any fashion.Vtab-width
  471. *Distance between tab stops (for display of tab characters), in columns.
  472. Automatically becomes local when set in any fashion.Vctl-arrow
  473. *t means display control chars with uparrow.
  474. Nil means use backslash and octal digits.
  475. Otherwise assume that control and meta chars are printable.
  476. Automatically becomes local when set in any fashion.
  477.  
  478. This is an Ergo local feature.Vtruncate-lines
  479. *Non-nil means do not display continuation lines;
  480. give each line of text one screen line.
  481. Automatically becomes local when set in any fashion.
  482.  
  483. Note that this is overridden by the variable
  484. truncate-partial-width-windows if that variable is non-nil
  485. and this buffer is not full-screen width.Vdefault-directory
  486. Name of default directory of current buffer.  Should end with slash.Vauto-fill-hook
  487. Function called (if non-nil) after self-inserting a space at column beyond fill-columnVbuffer-file-name
  488. Name of file visited in current buffer, or nil if not visiting a file.Vbuffer-auto-save-file-name
  489. Name of file for auto-saving current buffer,
  490. or nil if buffer should not be auto-saved.Vbuffer-read-only
  491. Non-nil if this buffer is read-only.Vbuffer-backed-up
  492. Non-nil if this buffer's file has been backed up.
  493. Backing up is done before the first time the file is saved.Vbuffer-saved-size
  494. Length of current buffer when last read in, saved or auto-saved.
  495. 0 initially.Vselective-display
  496. t enables selective display:
  497.  after a ^M, all the rest of the line is invisible.
  498.  ^M's in the file are written into files as newlines.
  499. Integer n as value means display only lines
  500.  that start with less than n columns of space.
  501. Automatically becomes local when set in any fashion.Vselective-display-ellipses
  502. t means display ... on previous line when a line is invisible.
  503. Automatically becomes local when set in any fashion.Voverwrite-mode
  504. Non-nil if self-insertion should replace existing text.
  505. Automatically becomes local when set in any fashion.Vbuffer-undo-list
  506. List of undo entries in current buffer.Flock-buffer
  507. Locks FILE, if current buffer is modified.
  508. FILE defaults to current buffer's visited file,
  509. or else nothing is done if current buffer isn't visiting a file.Funlock-buffer
  510. Unlocks the file visited in the current buffer,
  511. if it should normally be locked.Ffile-locked-p
  512. Returns nil if the FILENAME is not locked,
  513. t if it is locked by you, else a string of the name of the locker.Fmarker-buffer
  514. Return the buffer that MARKER points into, or nil if none.
  515. Returns nil if MARKER points into a dead buffer.Fmarker-position
  516. Return the position MARKER points at, as a character number.Fset-marker
  517. Position MARKER before character number NUMBER in BUFFER.
  518. BUFFER defaults to the current buffer.
  519. If NUMBER is nil, makes marker point nowhere.
  520. Then it no longer slows down editing in any buffer.
  521. Returns MARKER.Fcopy-marker
  522. Return a new marker pointing at the same place as MARKER.
  523. If argument is a number, makes a new marker pointing
  524. at that position in the current buffer.Fread-from-minibuffer
  525. Read a string from the minibuffer, prompting with string PROMPT.
  526. If optional second arg INITIAL-CONTENTS is non-nil, it is a string
  527.   to be inserted into the minibuffer before reading input.
  528. Third arg KEYMAP is a keymap to use whilst reading; the default is
  529.   minibuffer-local-map.
  530. If fourth arg READ is non-nil, then interpret the result as a lisp object
  531.   and return that object  (ie  (car (read-from-string <input-string>)))Fread-minibuffer
  532. Return a Lisp object read using the minibuffer.
  533. Prompt with PROMPT.  If non-nil, optional second arg INITIAL-CONTENTS
  534. is a string to insert in the minibuffer before reading.Feval-minibuffer
  535. Return value of Lisp expression read using the minibuffer.
  536. Prompt with PROMPT.  If non-nil, optional second arg INITIAL-CONTENTS
  537. is a string to insert in the minibuffer before reading.Fread-string
  538. Read a string from the minibuffer, prompting with string PROMPT.
  539. If non-nil second arg INITIAL-INPUT is a string to insert before reading.Fread-no-blanks-input
  540. Args PROMPT and INIT, strings.  Read a string from the terminal, not allowing blanks.
  541. Prompt with PROMPT, and provide INIT as an initial value of the input string.Fread-command
  542. One arg PROMPT, a string.  Read the name of a command and return as a symbol.
  543. Prompts with PROMPT.Fread-function
  544. One arg PROMPT, a string.  Read the name of a function and return as a symbol.
  545. Prompts with PROMPT.Fread-variable
  546. One arg PROMPT, a string.  Read the name of a user variable and return
  547. it as a symbol.  Prompts with PROMPT.
  548. A user variable is one whose documentation starts with a "*" character.Fread-buffer
  549. One arg PROMPT, a string.  Read the name of a buffer and return as a string.
  550. Prompts with PROMPT.
  551. Optional second arg is value to return if user enters an empty line.
  552. If optional third arg REQUIRE-MATCH is non-nil, only existing buffer names are allowed.Ftry-completion
  553. Return common substring of all completions of STRING in ALIST.
  554. Each car of each element of ALIST is tested to see if it begins with STRING.
  555. All that match are compared together; the longest initial sequence
  556. common to all matches is returned as a string.
  557. If there is no match at all, nil is returned.
  558. For an exact match, t is returned.
  559.  
  560. ALIST can be an obarray instead of an alist.
  561. Then the print names of all symbols in the obarray are the possible matches.
  562.  
  563. If optional third argument PREDICATE is non-nil,
  564. it is used to test each possible match.
  565. The match is a candidate only if PREDICATE returns non-nil.
  566. The argument given to PREDICATE is the alist element or the symbol from the obarray.Fall-completions
  567. Search for partial matches to STRING in ALIST.
  568. Each car of each element of ALIST is tested to see if it begins with STRING.
  569. The value is a list of all the strings from ALIST that match.
  570. ALIST can be an obarray instead of an alist.
  571. Then the print names of all symbols in the obarray are the possible matches.
  572.  
  573. If optional third argument PREDICATE is non-nil,
  574. it is used to test each possible match.
  575. The match is a candidate only if PREDICATE returns non-nil.
  576. The argument given to PREDICATE is the alist element or the symbol from the obarray.Fcompleting-read
  577. Read a string in the minibuffer, with completion.
  578. Args are PROMPT, TABLE, PREDICATE, REQUIRE-MATCH and INITIAL-INPUT.
  579. PROMPT is a string to prompt with; normally it ends in a colon and a space.
  580. TABLE is an alist whose elements' cars are strings, or an obarray (see try-completion).
  581. PREDICATE limits completion to a subset of TABLE; see try-completion for details.
  582. If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless
  583.  the input is (or completes to) an element of TABLE.
  584.  If it is also not t, Return does not exit if it does non-null completion.
  585. If INITIAL-INPUT is non-nil, insert it in the minibuffer initially.
  586. Case is ignored if ambient value of  completion-ignore-case  is non-nil.Fminibuffer-complete
  587. Complete the minibuffer contents as far as possible.Fminibuffer-complete-and-exit
  588. Complete the minibuffer contents, and maybe exit.
  589. Exit if the name is valid with no completion needed.
  590. If name was completed to a valid match,
  591. a repetition of this command will exit.Fminibuffer-complete-word
  592. Complete the minibuffer contents at most a single word.Fdisplay-completion-list
  593. Display in a buffer the list of completions, COMPLETIONS.
  594. Each element may be just a symbol or string
  595. or may be a list of two strings to be printed as if concatenated.Fminibuffer-completion-help
  596. Display a list of possible completions of the current minibuffer contents.Fself-insert-and-exit
  597. Terminate minibuffer input.Fexit-minibuffer
  598. Terminate this minibuffer argument.Fminibuffer-depth
  599. Return current depth of activations of minibuffer, a nonnegative integer.Vcompletion-auto-help
  600. *Non-nil means automatically provide help for invalid completion input.Vcompletion-ignore-case
  601. Non-nil means don't consider case significant in completion.Venable-recursive-minibuffers
  602. *Non-nil means to allow minibuffers to invoke commands which use
  603. recursive minibuffers.Vminibuffer-completion-table
  604. Alist or obarray used for completion in the minibuffer.Vminibuffer-completion-predicate
  605. Holds PREDICATE argument to completing-read.Vminibuffer-completion-confirm
  606. Non-nil => demand confirmation of completion before exiting minibuffer.Vminibuffer-help-form
  607. Value that help-form takes on inside the minibuffer.Fdirectory-files
  608. Return a list of names of files in DIRECTORY.
  609. If FULL is non-NIL, absolute pathnames of the files are returned.
  610. If MATCH is non-NIL, only pathnames containing that regexp are returned.Ffile-name-completion
  611. Complete file name FILE in directory DIR.
  612. Returns the longest string common to all filenames in DIR
  613. that start with FILE.
  614. If there is only one and FILE matches it exactly, returns t.
  615. Returns nil if DIR contains no name starting with FILE.Ffile-name-all-completions
  616. Return a list of all completions of file name FILE in directory DIR.Ffile-name-all-versions
  617. Return a list of all versions of file name FILE in directory DIR.Ffile-attributes
  618. Return a list of attributes of file FILENAME.
  619. Value is nil if specified file cannot be opened.
  620. Otherwise, list elements are:
  621.  0. t for directory, string (name linked to) for symbolic link, or nil.
  622.  1. Number of links to file.
  623.  2. File uid.
  624.  3. File gid.
  625.  4. Last access time, as a list of two integers.
  626.   First integer has high-order 16 bits of time, second has low 16 bits.
  627.  5. Last modification time, likewise.
  628.  6. Last status change time, likewise.
  629.  7. Size in bytes.
  630.  8. File modes, as a string of ten letters or dashes as in ls -l.
  631.  9. t iff file's gid would change if file were deleted and recreated.
  632. 10. inode number.
  633.  
  634. If file does not exists, returns nil.Vcompletion-ignored-extensions
  635. *Completion ignores filenames ending in any string in this list.Fforward-char
  636. Move point right ARG characters (left if ARG negative).
  637. On reaching end of buffer, stop and signal error.Fbackward-char
  638. Move point left ARG characters (right if ARG negative).
  639. On attempt to pass beginning or end of buffer, stop and signal error.Fforward-line
  640. If point is on line i, move to the start of line i + ARG.
  641. If there isn't room, go as far as possible (no error).
  642. Returns the count of lines left to move.
  643. With positive ARG, a non-empty line at the end counts as one line
  644.   successfully moved (for the return value).Fbeginning-of-line
  645. Move point to beginning of current line.
  646. With argument ARG not nil or 1, move forward ARG - 1 lines first.
  647. If scan reaches end of buffer, stop there without error.Fend-of-line
  648. Move point to end of current line.
  649. With argument ARG not nil or 1, move forward ARG - 1 lines first.
  650. If scan reaches end of buffer, stop there without error.Fdelete-char
  651. Delete the following ARG characters (previous, with negative arg).
  652. Optional second arg KILLFLAG non-nil means kill instead (save in kill ring).
  653. Interactively, ARG is the prefix arg, and KILLFLAG is set if
  654. ARG was explicitly specified.Fdelete-backward-char
  655. Delete the previous ARG characters (following, with negative ARG).
  656. Optional second arg KILLFLAG non-nil means kill instead (save in kill ring).
  657. Interactively, ARG is the prefix arg, and KILLFLAG is set if
  658. ARG was explicitly specified.Fself-insert-command
  659. Insert this character.  Prefix arg is repeat-count.Fnewline
  660. Insert a newline.  With arg, insert that many newlines.
  661. In Auto Fill mode, can break the preceding line if no numeric arg.Vblink-paren-hook
  662. Function called, if non-nil, whenever a char with closeparen syntax is self-inserted.Fupcase
  663. One arg, a character or string.  Convert it to upper case and return that.Fdowncase
  664. One arg, a character or string.  Convert it to lower case and return that.Fcapitalize
  665. One arg, a character or string.  Convert it to capitalized form and return that.
  666. This means that each word's first character is upper case and the rest is lower case.Fupcase-region
  667. Convert the region to upper case.  In programs, wants two arguments.
  668. These arguments specify the starting and ending character numbers of
  669. the region to operate on.  When used as a command, the text between
  670. point and the mark is operated on.Fdowncase-region
  671. Convert the region to lower case.  In programs, wants two arguments.
  672. These arguments specify the starting and ending character numbers of
  673. the region to operate on.  When used as a command, the text between
  674. point and the mark is operated on.Fcapitalize-region
  675. Convert the region to upper case.  In programs, wants two arguments.
  676. These arguments specify the starting and ending character numbers of
  677. the region to operate on.  When used as a command, the text between
  678. point and the mark is operated on.
  679. Capitalized form means each word's first character is upper case
  680. and the rest of it is lower case.Fupcase-word
  681. Convert following word (or ARG words) to upper case, moving over.
  682. With negative argument, convert previous words but do not move.Fdowncase-word
  683. Convert following word (or ARG words) to lower case, moving over.
  684. With negative argument, convert previous words but do not move.Fcapitalize-word
  685. Capitalize the following word (or ARG words), moving over.
  686. This gives the word(s) a first character in upper case
  687. and the rest lower case.
  688. With negative argument, capitalize previous words but do not move.Fcurrent-column
  689. Return the horizontal position of point.  Beginning of line is column 0.
  690. This is calculated by adding together the widths of all the displayed
  691. representations of the character between the start of the previous line
  692. and point.  (eg control characters will have a width of 2 or 4, tabs
  693. will have a variable width)
  694. Ignores finite width of screen, which means that this function may return
  695. values greater than (screen-width).
  696. Whether the line is visible (if `selective-display' is t) has no effect.Findent-to
  697. Indent from point with tabs and spaces until COLUMN is reached.
  698. Always do at least MIN spaces even if that goes past COLUMN;
  699. by default, MIN is zero.Fcurrent-indentation
  700. Return the indentation of the current line.
  701. This is the horizontal position of the character
  702. following any initial whitespace.Fmove-to-column
  703. Move point to column COLUMN in the current line.
  704. COLUMN is calculated by adding together the widths of all the displayed
  705. representations of the character between the start of the previous line
  706. and point.  (eg control characters will have a width of 2 or 4, tabs
  707. will have a variable width)
  708. Ignores finite width of screen, which means that this function may be
  709. passed values greater than (screen-width)Fvertical-motion
  710. Move to start of screen line LINES lines down.
  711. If LINES is negative, this is moving up.
  712. Sets point to position found; this may be start of line
  713.  or just the start of a continuation line.
  714. Returns number of lines moved; may be closer to zero than LINES
  715.  if beginning or end of buffer was reached.Vindent-tabs-mode
  716. *Indentation can insert tabs if this is non-nil.
  717. Setting this variable automatically makes it local to the current buffer.Flooking-at
  718. t if text after point matches regular expression PAT.Fstring-match
  719. Return index of start of first match for REGEXP in STRING, or nil.
  720. If third arg START is non-nil, start search at that index in STRING.
  721. For index of first char beyond the match, do (match-end 0).
  722. match-end and match-beginning also give indices of substrings
  723. matched by parenthesis constructs in the pattern.Fskip-chars-forward
  724. Move point forward, stopping before a char not in CHARS, or at position LIM.
  725. CHARS is like the inside of a [...] in a regular expression
  726. except that ] is never special and \ quotes ^, - or \.
  727. Thus, with arg "a-zA-Z", this skips letters stopping before first nonletter.
  728. With arg "^a-zA-Z", skips nonletters stopping before first letter.Fskip-chars-backward
  729. Move point backward, stopping after a char not in CHARS, or at position LIM.
  730. See skip-chars-forward for details.Fsearch-backward
  731. Search backward from point for STRING.
  732. Set point to the beginning of the occurrence found, and return t.
  733. An optional second argument bounds the search; it is a buffer position.
  734. The match found must not extend before that position.
  735. Optional third argument, if t, means if fail just return nil (no error).
  736.  If not nil and not t, position at limit of search and return nil.
  737. Optional fourth argument is repeat count--search for successive occurrences.Fsearch-forward
  738. Search forward from point for STRING.
  739. Set point to the end of the occurrence found, and return t.
  740. An optional second argument bounds the search; it is a buffer position.
  741. The match found must not extend after that position.
  742. Optional third argument, if t, means if fail just return nil (no error).
  743.   If not nil and not t, move to limit of search and return nil.
  744. Optional fourth argument is repeat count--search for successive occurrences.Fword-search-backward
  745. Search backward from point for STRING, ignoring differences in punctuation.
  746. Set point to the beginning of the occurrence found, and return t.
  747. An optional second argument bounds the search; it is a buffer position.
  748. The match found must not extend before that position.
  749. Optional third argument, if t, means if fail just return nil (no error).
  750.   If not nil and not t, move to limit of search and return nil.
  751. Optional fourth argument is repeat count--search for successive occurrences.Fword-search-forward
  752. Search forward from point for STRING, ignoring differences in punctuation.
  753. Set point to the end of the occurrence found, and return t.
  754. An optional second argument bounds the search; it is a buffer position.
  755. The match found must not extend after that position.
  756. Optional third argument, if t, means if fail just return nil (no error).
  757.   If not nil and not t, move to limit of search and return nil.
  758. Optional fourth argument is repeat count--search for successive occurrences.Fre-search-backward
  759. Search backward from point for match for regular expression REGEXP.
  760. Set point to the beginning of the match, and return t.
  761. The match found is the one starting last in the buffer
  762. and yet ending before the place the origin of the search.
  763. An optional second argument bounds the search; it is a buffer position.
  764. The match found must start at or after that position.
  765. Optional third argument, if t, means if fail just return nil (no error).
  766.   If not nil and not t, move to limit of search and return nil.
  767. Optional fourth argument is repeat count--search for successive occurrences.
  768. See also the functions match-beginning and match-end and replace-match.Fre-search-forward
  769. Search forward from point for regular expression REGEXP.
  770. Set point to the end of the occurrence found, and return t.
  771. An optional second argument bounds the search; it is a buffer position.
  772. The match found must not extend after that position.
  773. Optional third argument, if t, means if fail just return nil (no error).
  774.   If not nil and not t, move to limit of search and return nil.
  775. Optional fourth argument is repeat count--search for successive occurrences.
  776. See also the functions match-beginning and match-end and replace-match.Freplace-match
  777. Replace text matched by last search with NEWTEXT.
  778. If second arg FIXEDCASE is non-nil, do not alter case of replacement text.
  779. Otherwise convert to all caps or cap initials, like replaced text.
  780. If third arg LITERAL is non-nil, insert NEWTEXT literally.
  781. Otherwise treat \ as special:
  782.   \& in NEWTEXT means substitute original matched text,
  783.   \N means substitute match for \(...\) number N,
  784.   \\ means insert one \.
  785. Leaves point at end of replacement text.Fmatch-beginning
  786. Return the character number of start of text matched by last regexp searched for.
  787. ARG, a number, specifies which parenthesized expression in the last regexp.
  788.  Value is nil if ARGth pair didn't match, or there were less than ARG pairs.
  789. Zero means the entire text matched by the whole regexp.Fmatch-end
  790. Return the character number of end of text matched by last regexp searched for.
  791. ARG, a number, specifies which parenthesized expression in the last regexp.
  792.  Value is nil if ARGth pair didn't match, or there were less than ARG pairs.
  793. Zero means the entire text matched by the whole regexp.Fmatch-data
  794. Return list containing all info on what the last search matched.
  795. Element 2N is (match-beginning N); element 2N + 1 is (match-end N).
  796. All the elements are normally markers, or nil if the Nth pair didn't match.
  797. 0 is also possible, when matching was done with `string-match',
  798. if a match began at index 0 in the string.Fstore-match-data
  799. Set internal data on last search match from elements of LIST.
  800. LIST should have been created by calling match-data previously.Fregexp-quote
  801. Return a regexp string which matches exactly STRING and nothing else.Fundo-boundary
  802. Mark a boundary between units of undo.
  803. An undo command will stop at this point,
  804. but another undo command will undo to the previous boundary.Fprimitive-undo
  805. Undo N records from the front of the list LIST.
  806. Return what remains of the list.Fcons
  807. Create a new cons, give it CAR and CDR as components, and return it.Flist
  808. Return a newly created list whose elements are the arguments (any number).Fmake-list
  809. Return a newly created list of length LENGTH, with each element being INIT.Fmake-vector
  810. Return a newly created vector of length LENGTH, with each element being INIT.Fvector
  811. Return a newly created vector with our arguments (any number) as its elements.Fmake-symbol
  812. Return a newly allocated uninterned symbol whose name is NAME.
  813. Its value and function definition are void, and its property list is NIL.Fmake-marker
  814. Return a newly allocated marker which does not point at any place.Fmake-string
  815. Return a newly created string of length LENGTH, with each element being INIT.
  816. Both LENGTH and INIT must be numbers.Fpurecopy
  817. Make a copy of OBJECT in pure storage.
  818. Recursively copies contents of vectors and cons cells.
  819. Does not copy symbols.Fgarbage-collect
  820. Reclaim storage for Lisp objects no longer needed.
  821. Returns info on amount of space in use:
  822.  ((USED-CONSES . FREE-CONSES) (USED-SYMS . FREE-SYMS)
  823.   (USED-MARKERS . FREE-MARKERS) USED-STRING-CHARS USED-VECTOR-SLOTS)
  824. Garbage collection happens automatically if you cons more than
  825. gc-cons-threshold  bytes of Lisp data since previous garbage collection.Vgc-cons-threshold
  826. *Number of bytes of consing between garbage collections.Vpure-bytes-used
  827. Number of bytes of sharable Lisp data allocated so far.Vdata-bytes-used
  828. Number of bytes of unshared memory allocated in this session.Vdata-bytes-free
  829. Number of bytes of unshared memory remaining available in this session.Vdata-bytes-used
  830. Number of bytes of unshared memory allocated in this session.Vdata-bytes-free
  831. Number of bytes of unshared memory remaining available in this session.Vpurify-flag
  832. Non-nil means loading Lisp code in order to dump an executable.Vundo-threshold
  833. Keep no more undo information once it exceeds this size.
  834. This threshold is applied when garbage collection happens.
  835. The size is counted as the number of bytes occupied,
  836. which includes both saved text and other data.Vundo-high-threshold
  837. Don't keep more than this much size of undo information.
  838. A command which pushes past this size is itself forgotten.
  839. This threshold is applied when garbage collection happens.
  840. The size is counted as the number of bytes occupied,
  841. which includes both saved text and other data.Feq
  842. T if the two args are the same Lisp object.Fnull
  843. T if OBJECT is nil.Fconsp
  844. T if OBJECT is a cons cell.Fatom
  845. T if OBJECT is not a cons cell.  This includes nil.Flistp
  846. T if OBJECT is a list.  This includes nil.Fnlistp
  847. T if OBJECT is not a list.  Lists include nil.Fintegerp
  848. T if OBJECT is a number.Fnatnump
  849. T if OBJECT is a nonnegative number.Fsymbolp
  850. T if OBJECT is a symbol.Fvectorp
  851. T if OBJECT is a vector.Fstringp
  852. T if OBJECT is a string.Farrayp
  853. T if OBJECT is an array (string or vector).Fsequencep
  854. T if OBJECT is a sequence (list or array).Fbufferp
  855. T if OBJECT is an editor buffer.Fmarkerp
  856. T if OBJECT is a marker (editor pointer).Finteger-or-marker-p
  857. T if OBJECT is an integer or a marker (editor pointer).Fsubrp
  858. T if OBJECT is a built-in function.Fchar-or-string-p
  859. T if OBJECT is a character (a number) or a string.Fcar
  860. Return the car of CONSCELL.  If arg is nil, return nil.Fcar-safe
  861. Return the car of OBJECT if it is a cons cell, or else  nil.Fcdr
  862. Return the cdr of CONSCELL.  If arg is nil, return nil.Fcdr-safe
  863. Return the cdr of OBJECT if it is a cons cell, or else  nil.Fsetcar
  864. Set the car of CONSCELL to be NEWCAR.  Returns NEWCAR.Fsetcdr
  865. Set the cdr of CONSCELL to be NEWCDR.  Returns NEWCDR.Fboundp
  866. T if SYMBOL's value is not void.Ffboundp
  867. T if SYMBOL's function definition is not void.Fmakunbound
  868. Make SYMBOL's value be void.Ffmakunbound
  869. Make SYMBOL's function definition be void.Fsymbol-function
  870. Return SYMBOL's function definition.Fsymbol-plist
  871. Return SYMBOL's property list.Fsymbol-name
  872. Return SYMBOL's name, a string.Ffset
  873. Set SYMBOL's function definition to NEWVAL, and return NEWVAL.Fsetplist
  874. Set SYMBOL's property list to NEWVAL, and return NEWVAL.Fsymbol-value
  875. Return SYMBOL's value.Fdefault-value
  876. Return SYMBOL's default value.
  877. This is the value that is seen in buffers that do not have their own values
  878. for this variable.Fset
  879. Set SYMBOL's value to NEWVAL, and return NEWVAL.Fset-default
  880. Set SYMBOL's default value to VAL.  SYMBOL and VAL are evaluated.
  881. The default value is seen in buffers that do not have their own values
  882. for this variable.Fsetq-default
  883. Set SYMBOL's default value to VAL.  VAL is evaluated; SYMBOL is not.
  884. The default value is seen in buffers that do not have their own values
  885. for this variable.Fmake-variable-buffer-local
  886. Make VARIABLE have a separate value for each buffer.
  887. At any time, the value for the current buffer is in effect.
  888. There is also a default value which is seen in any buffer which has not yet
  889. set its own value.
  890. The function `default-value' gets the default value and `set-default' sets it.
  891. Using `set' or `setq' to set the variable causes it to have a separate value
  892. for the current buffer if it was previously using the default value.Fmake-local-variable
  893. Make VARIABLE have a separate value in the current buffer.
  894. Other buffers will continue to share a common default value.
  895. See also `make-variable-buffer-local'.Fkill-local-variable
  896. Make VARIABLE no longer have a separate value in the current buffer.
  897. From now on the default value will apply in this buffer.Faref
  898. Return the element of ARRAY at index INDEX.
  899. ARRAY may be a vector or a string.  INDEX starts at 0.Faset
  900. Store into the element of ARRAY at index INDEX the value NEWVAL.
  901. ARRAY may be a vector or a string.  INDEX starts at 0.F=
  902. T if two args, both numbers, are equal.F<
  903. T if first arg is less than second arg.  Both must be numbers.F>
  904. T if first arg is greater than second arg.  Both must be numbers.F<=
  905. T if first arg is less than or equal to second arg.  Both must be numbers.F>=
  906. T if first arg is greater than or equal to second arg.  Both must be numbers.F/=
  907. T if first arg is not equal to second arg.  Both must be numbers.Fzerop
  908. T if NUMBER is zero.Fint-to-string
  909. Convert INT to a string by printing it in decimal, with minus sign if negative.Fstring-to-int
  910. Convert STRING to an integer by parsing it as a decimal number.F+
  911. Return sum of any number of numbers.F-
  912. Negate number or subtract numbers.
  913. With one arg, negates it.  With more than one arg,
  914. subtracts all but the first from the first.F*
  915. Returns product of any number of numbers.F/
  916. Returns first argument divided by rest of arguments.F%
  917. Returns remainder of first arg divided by second.Fmax
  918. Return largest of all the arguments (which must be numbers.)Fmin
  919. Return smallest of all the arguments (which must be numbers.)Flogand
  920. Return bitwise and of all the arguments (numbers).Flogior
  921. Return bitwise or of all the arguments (numbers).Flogxor
  922. Return bitwise exclusive-or of all the arguments (numbers).Fash
  923. Return VALUE with its bits shifted left by COUNT.
  924. If COUNT is negative, shifting is actually to the right.
  925. In this case, the sign bit is duplicated.Flsh
  926. Return VALUE with its bits shifted left by COUNT.
  927. If COUNT is negative, shifting is actually to the right.
  928. In this case,  zeros are shifted in on the left.F1+
  929. Return NUMBER plus one.F1-
  930. Return NUMBER minus one.Flognot
  931. Return the bitwise complement of ARG.Fdocumentation
  932. Return the documentation string of FUNCTION.Fdocumentation-property
  933. Return the documentation string that is SYMBOL's PROP property.
  934. This differs from using `get' only in that it can refer to strings
  935. stored in the etc/DOC file.FSnarf-documentation
  936. Used during Emacs initialization, before dumping runnable Emacs,
  937. to find pointers to doc strings stored in etc/DOC... and
  938. record them in function definitions.
  939. One arg, FILENAME, a string which does not include a directory.
  940. The file is found in ../etc now; found in the exec-directory
  941. when doc strings are referred to later in the dumped Emacs.Fsubstitute-command-keys
  942. Return the STRING with substrings of the form \=\[COMMAND]
  943. replaced by either:  a keystroke sequence that will invoke COMMAND,
  944. or "M-x COMMAND" if COMMAND is not on any keys.
  945. Substrings of the form \=\{MAPVAR} are replaced by summaries
  946. (made by describe-bindings) of the value of MAPVAR, taken as a keymap.
  947. Substrings of the form \=\<MAPVAR> specify to use the value of MAPVAR
  948. as the keymap for future \=\[COMMAND] substrings.
  949. \=\= quotes the following character and is discarded;
  950. thus, \=\=\=\= puts \=\= into the output, and \=\=\=\[ puts \=\[ into the output.Fchar-to-string
  951. Convert arg CHAR to a string containing that character.Fstring-to-char
  952. Convert arg STRING to a character, the first character of that string.Fpoint
  953. Return value of point, as an integer.
  954. Beginning of buffer is position (point-min)Fpoint-marker
  955. Return value of point, as a marker object.Fgoto-char
  956. One arg, a number.  Set point to that number.
  957. Beginning of buffer is position (point-min), end is (point-max).Fregion-beginning
  958. Return position of beginning of region, as an integer.Fregion-end
  959. Return position of end of region, as an integer.Fmark
  960. Return this buffer's mark value as integer, or nil if no mark.
  961. If you are using this in an editing command, you are most likely making
  962. a mistake; see the documentation of `set-mark'.Fmark-marker
  963. Return this buffer's mark, as a marker object.
  964. Watch out!  Moving this marker changes the mark position.
  965. The marker will not point anywhere if mark is not set.Fset-mark
  966. Set this buffer's mark to POS.  Don't use this function!
  967. That is to say, don't use this function unless you want
  968. the user to see that the mark has moved, and you want the previous
  969. mark position to be lost.
  970.  
  971. Normally, when a new mark is set, the old one should go on the stack.
  972. This is why most applications should use push-mark, not set-mark.
  973.  
  974. Novice programmers often try to use the mark for the wrong purposes.
  975. The mark saves a location for the user's convenience.
  976. Most editing commands should not alter the mark.
  977. To remember a location for internal use in the Lisp program,
  978. store it in a Lisp variable.  Example:
  979.  
  980.    (let ((beg (point))) (forward-line 1) (delete-region beg (point))).Fsave-excursion
  981. Save point (and mark), execute BODY, then restore point and mark.
  982. Executes BODY just like PROGN.  Point and mark values are restored
  983. even in case of abnormal exit (throw or error).Fbuffer-size
  984. Return the number of characters in the current buffer.Fpoint-min
  985. Return the minimum permissible value of point in the current buffer.
  986. This is 1, unless a clipping restriction is in effect.Fpoint-min-marker
  987. Return a marker to the beginning of the currently visible part of the buffer.
  988. This is the beginning, unless a clipping restriction is in effect.Fpoint-max
  989. Return the maximum permissible value of point in the current buffer.
  990. This is (1+ (buffer-size)), unless a clipping restriction is in effect,
  991. in which case it is less.Fpoint-max-marker
  992. Return a marker to the end of the currently visible part of the buffer.
  993. This is the actual end, unless a clipping restriction is in effect.Ffollowing-char
  994. Return the character following point, as a number.Fpreceding-char
  995. Return the character preceding point, as a number.Fbobp
  996. Return T if point is at the beginning of the buffer.
  997. If the buffer is narrowed, this means the beginning of the narrowed part.Feobp
  998. Return T if point is at the end of the buffer.
  999. If the buffer is narrowed, this means the end of the narrowed part.Fbolp
  1000. Return T if point is at the beginning of a line.Feolp
  1001. Return T if point is at the end of a line.
  1002. `End of a line' includes point being at the end of the buffer.Fchar-after
  1003. One arg, POS, a number.  Return the character in the current buffer
  1004. at position POS.
  1005. If POS is out of range, the value is NIL.Fuser-login-name
  1006. Return the name under which user logged in, as a string.
  1007. This is based on the effective uid, not the real uid.Fuser-real-login-name
  1008. Return the name of the user's real uid, as a string.
  1009. Differs from user-login-name when running under su.Fuser-uid
  1010. Return the effective uid of Emacs, as an integer.Fuser-real-uid
  1011. Return the real uid of Emacs, as an integer.Fuser-full-name
  1012. Return the full name of the user logged in, as a string.Fsystem-name
  1013. Return the name of the machine you are running on, as a string.Fcurrent-time-string
  1014. Return the current time, as a human-readable string.Finsert
  1015. Any number of args, strings or chars.  Insert them after point, moving point forward.Finsert-before-markers
  1016. Any number of args, strings or chars.  Insert them after point,
  1017. moving point forward.  Also, any markers pointing at the insertion point
  1018. get relocated to point after the newly inserted text.Finsert-char
  1019. Insert COUNT (second arg) copies of CHAR (first arg).
  1020. Both arguments are required.Fbuffer-substring
  1021. Return the contents of part of the current buffer as a string.
  1022. The two arguments specify the start and end, as character numbers.Fbuffer-string
  1023. Return the contents of the current buffer as a string.Finsert-buffer-substring
  1024. Insert before point a substring of the contents buffer BUFFER.
  1025. BUFFER may be a buffer or a buffer name.
  1026. Arguments START and END are character numbers specifying the substring.
  1027. They default to the beginning and the end of BUFFER.Fsubst-char-in-region
  1028. From START to END, replace FROMCHAR with TOCHAR each time it occurs.
  1029. If optional arg NOUNDO is non-nil, don't record this change for undo
  1030. and don't mark the buffer as really changed.Fdelete-region
  1031. Delete the text between point and mark.
  1032. When called from a program, expects two arguments,
  1033. character numbers specifying the stretch to be deleted.Fwiden
  1034. Remove restrictions from current buffer, allowing full text to be seen and edited.Fnarrow-to-region
  1035. Restrict editing in this buffer to the current region.
  1036. The rest of the text becomes temporarily invisible and untouchable
  1037. but is not deleted; if you save the buffer in a file, the invisible
  1038. text is included in the file.  \[widen] makes all visible again.
  1039.  
  1040. When calling from a program, pass two arguments; character numbers
  1041. bounding the text that should remain visible.Fsave-restriction
  1042. Execute the body, undoing at the end any changes to current buffer's restrictions.
  1043. Changes to restrictions are made by narrow-to-region or by widen.
  1044. Thus, the restrictions are the same after this function as they were before it.
  1045. The value returned is that returned by the last form in the body.
  1046.  
  1047. This function can be confused if, within the body, you widen
  1048. and then make changes outside the area within the saved restrictions.
  1049.  
  1050. Note: if you are using both save-excursion and save-restriction,
  1051. use save-excursion outermost.Fmessage
  1052. Print a one-line message at the bottom of the screen.
  1053. The first argument is a control string.
  1054. It may contain %s or %d or %c to print successive following arguments.
  1055. %s means print an argument as a string, %d means print as number in decimal,
  1056. %c means print a number as a single character.
  1057. The argument used by %s must be a string or a symbol;
  1058. the argument used by %d or %c must be a number.Fformat
  1059. Format a string out of a control-string and arguments.
  1060. The first argument is a control string.
  1061. It, and subsequent arguments substituted into it, become the value, which is a string.
  1062. It may contain %s or %d or %c to substitute successive following arguments.
  1063. %s means print an argument as a string, %d means print as number in decimal,
  1064. %c means print a number as a single character.
  1065. The argument used by %s must be a string or a symbol;
  1066. the argument used by %d, %b, %o, %x or %c must be a number.Fchar-equal
  1067. T if args (both characters (numbers)) match.  May ignore case.
  1068. Case is ignored if the current buffer specifies to do so.Fgetenv
  1069. One arg VAR, a string.  Return the value of environment variable VAR, as a string.Finteractive
  1070. Specify a way of parsing arguments for interactive use of a function.
  1071. For example, write
  1072.   (defun fun (arg) "Doc string" (interactive "p") ...use arg...)
  1073. to make arg be the prefix numeric argument when foo is called as a command.
  1074. This is actually a declaration rather than a function;
  1075.  it tells  call-interactively  how to read arguments
  1076.  to pass to the function.
  1077. When actually called,  interactive  just returns nil.
  1078.  
  1079. The argument of  interactive  is usually a string containing a code letter
  1080.  followed by a prompt.  (Some code letters do not use I/O to get
  1081.  the argument and do not need prompts.)  To prompt for multiple arguments,
  1082.  give a code letter, its prompt, a newline, and another code letter, etc.
  1083. If the argument is not a string, it is evaluated to get a list of
  1084.  arguments to pass to the function.
  1085. Just  (interactive)  means pass no args when calling interactively.
  1086.  
  1087. Code letters available are:
  1088. a -- Function name: symbol with a function definition.
  1089. b -- Name of existing buffer.
  1090. B -- Name of buffer, possibly nonexistent.
  1091. c -- Character.
  1092. C -- Command name: symbol with interactive function definition.
  1093. d -- Value of point as number.  Does not do I/O.
  1094. D -- Directory name.
  1095. f -- Existing file name.
  1096. F -- Possibly nonexistent file name.
  1097. k -- Key sequence (string).
  1098. m -- Value of mark as number.  Does not do I/O.
  1099. n -- Number read using minibuffer.
  1100. N -- Prefix arg converted to number, or if none, do like code `n'.
  1101. p -- Prefix arg converted to number.  Does not do I/O.
  1102. P -- Prefix arg in raw form.  Does not do I/O.
  1103. r -- Region: point and mark as 2 numeric args, smallest first.  Does no I/O.
  1104. s -- Any string.
  1105. S -- Any symbol.
  1106. v -- Variable name: symbol that is user-variable-p.
  1107. x -- Lisp expression read but not evaluated.
  1108. X -- Lisp expression read and evaluated.
  1109. In addition, if the first character of the string is '*' then an error is
  1110.  signaled if the buffer is read-only.
  1111.  This happens before reading any arguments.Fcall-interactively
  1112. Call FUNCTION, reading args according to its interactive calling specs.
  1113. The function contains a specification of how to do the argument reading.
  1114. In the case of user-defined functions, this is specified by placing a call
  1115. to the function `interactive' at the top level of the function body.
  1116. See `interactive'.
  1117.  
  1118. Optional second arg RECORD-FLAG non-nil
  1119. means unconditionally put this command in the command-history.
  1120. Otherwise, this is done only if an arg is read using the minibuffer.Fprefix-numeric-value
  1121. Return numeric meaning of raw prefix argument ARG.
  1122. A raw prefix argument is what you get from (interactive "P").Vprefix-arg
  1123. The value of the prefix argument for the next editing command.
  1124. It may be a number, or the symbol - for just a minus sign as arg,
  1125. or a list whose car is a number for just one or more C-U's
  1126. or nil if no argument has been specified.
  1127.  
  1128. You cannot examine this variable to find the argument for this command
  1129. since it has been set to nil by the time you can look.
  1130. Instead, you should use the variable current-prefix-arg, although
  1131. normally commands can get this prefix argument with (interactive "P").Vcurrent-prefix-arg
  1132. The value of the prefix argument for this editing command.
  1133. It may be a number, or the symbol - for just a minus sign as arg,
  1134. or a list whose car is a number for just one or more C-U's
  1135. or nil if no argument has been specified.
  1136. This is what (interactive "P") returns.Vcommand-history
  1137. List of recent commands that read arguments from terminal.
  1138. Each command is represented as a form to evaluate.For
  1139. Eval args until one of them yields non-NIL, then return that value.
  1140. The remaining args are not evalled at all.
  1141. If all args return NIL, return NIL.Fand
  1142. Eval args until one of them yields NIL, then return NIL.
  1143. The remaining args are not evalled at all.
  1144. If no arg yields NIL, return the last arg's value.Fif
  1145. (if C T E...) if C yields non-NIL do T, else do E...
  1146. Returns the value of T or the value of the last of the E's.
  1147. There may be no E's; then if C yields NIL, the value is NIL.Fcond
  1148. (cond CLAUSES...) tries each clause until one succeeds.
  1149. Each clause looks like (C BODY...).  C is evaluated
  1150. and, if the value is non-nil, this clause succeeds:
  1151. then the expressions in BODY are evaluated and the last one's
  1152. value is the value of the cond expression.
  1153. If a clause looks like (C), C's value if non-nil is returned from cond.
  1154. If no clause succeeds, cond returns nil.Fprogn
  1155. Eval arguments in sequence, and return the value of the last one.Fprog1
  1156. Eval arguments in sequence, then return the FIRST arg's value.
  1157. This value is saved during the evaluation of the remaining args,
  1158. whose values are discarded.Fprog2
  1159. Eval arguments in sequence, then return the SECOND arg's value.
  1160. This value is saved during the evaluation of the remaining args,
  1161. whose values are discarded.Fsetq
  1162. (setq SYM VAL SYM VAL ...) sets each SYM to the value of its VAL.
  1163. The SYMs are not evaluated.  Thus (setq x y) sets x to the value of y.
  1164. Each SYM is set before the next VAL is computed.Fquote
  1165. Return the argument, without evaluating it.  (quote x)  yields  x.Ffunction
  1166. Quote a function object.
  1167. Equivalent to the quote function in the interpreter,
  1168. but causes the compiler to compile the argument as a function
  1169. if it is not a symbol.Finteractive-p
  1170. Return t if function in which this appears was called interactively.
  1171. This means that the function was called with call-interactively (which
  1172. includes being called as the binding of a key)
  1173. and input is currently coming from the keyboard (not in keyboard macro).Fdefun
  1174. (defun NAME ARGLIST [DOCSTRING] BODY...) defines NAME as a function.
  1175. The definition is (lambda ARGLIST [DOCSTRING] BODY...).
  1176. See also the function  interactive .Fdefmacro
  1177. (defmacro NAME ARGLIST [DOCSTRING] BODY...) defines NAME as a macro.
  1178. The definition is (macro lambda ARGLIST [DOCSTRING] BODY...).
  1179. When the macro is called, as in (NAME ARGS...),
  1180. the function (lambda ARGLIST BODY...) is applied to
  1181. the list ARGS... as it appears in the expression,
  1182. and the result should be a form to be evaluated instead of the original.Fdefvar
  1183. (defvar SYMBOL INITVALUE DOCSTRING) defines SYMBOL as an advertised variable.
  1184. INITVALUE is evaluated, and used to set SYMBOL, only if SYMBOL's value is void.
  1185. INITVALUE and DOCSTRING are optional.
  1186. If DOCSTRING starts with *, this variable is identified as a user option.
  1187.  This means that M-x set-variable and M-x edit-options recognize it.
  1188. If INITVALUE is missing, SYMBOL's value is not set.Fdefconst
  1189. (defconst SYMBOL INITVALUE DOCSTRING) defines SYMBOL as a constant variable.
  1190. The intent is that programs do not change this value (but users may).
  1191. Always sets the value of SYMBOL to the result of evalling INITVALUE.
  1192. DOCSTRING is optional.
  1193. If DOCSTRING starts with *, this variable is identified as a user option.
  1194.  This means that M-x set-variable and M-x edit-options recognize it.Fuser-variable-p
  1195. Returns t if VARIABLE is intended to be set and modified by users,
  1196. as opposed to by programs.
  1197. Determined by whether the first character of the documentation
  1198. for the variable is "*"Flet*
  1199. (let* VARLIST BODY...) binds variables according to VARLIST then executes BODY.
  1200. The value of the last form in BODY is returned.
  1201. Each element of VARLIST is a symbol (which is bound to NIL)
  1202. or a list (SYMBOL VALUEFORM) (which binds SYMBOL to the value of VALUEFORM).
  1203. Each VALUEFORM can refer to the symbols already bound by this VARLIST.Flet
  1204. (let VARLIST BODY...) binds variables according to VARLIST then executes BODY.
  1205. The value of the last form in BODY is returned.
  1206. Each element of VARLIST is a symbol (which is bound to NIL)
  1207. or a list (SYMBOL VALUEFORM) (which binds SYMBOL to the value of VALUEFORM).
  1208. All the VALUEFORMs are evalled before any symbols are bound.Fwhile
  1209. (while TEST BODY...) if TEST yields non-NIL, execute the BODY forms and repeat.Fmacroexpand
  1210. If FORM is a macro call, expand it.
  1211. If the result of expansion is another macro call, expand it, etc.
  1212. Return the ultimate expansion.
  1213. The second optional arg ENVIRONMENT species an environment of macro
  1214. definitions to shadow the loaded ones for use in file byte-compilation.Fcatch
  1215. (catch TAG BODY...) perform BODY allowing nonlocal exits using (throw TAG).
  1216. TAG is evalled to get the tag to use.  throw  to that tag exits this catch.
  1217. Then the BODY is executed.  If no  throw  happens, the value of the last BODY
  1218. form is returned from  catch.  If a  throw  happens, it specifies the value to
  1219. return from  catch.Fthrow
  1220. (throw TAG VALUE): throw to the catch for TAG and return VALUE from it.
  1221. Both TAG and VALUE are evalled.Funwind-protect
  1222. Do BODYFORM, protecting with UNWINDFORMS.
  1223. Usage looks like (unwind-protect BODYFORM UNWINDFORMS...) 
  1224. If BODYFORM completes normally, its value is returned
  1225. after executing the UNWINDFORMS.
  1226. If BODYFORM exits nonlocally, the UNWINDFORMS are executed anyway.Fcondition-case
  1227. Regain control when an error is signaled.
  1228.  (condition-case VAR BODYFORM HANDLERS...)
  1229. executes BODYFORM and returns its value if no error happens.
  1230. Each element of HANDLERS looks like (CONDITION-NAME BODY...)
  1231. where the BODY is made of Lisp expressions.
  1232. The handler is applicable to an error
  1233. if CONDITION-NAME is one of the error's condition names.
  1234. When a handler handles an error,
  1235. control returns to the condition-case and the handler BODY... is executed
  1236. with VAR bound to (SIGNALED-CONDITIONS . SIGNAL-DATA).
  1237. The value of the last BODY form is returned from the condition-case.
  1238. See SIGNAL for more info.Fsignal
  1239. Signal an error.  Args are SIGNAL-NAME, and associated DATA.
  1240. A signal name is a symbol with an  error-conditions  property
  1241. that is a list of condition names.
  1242. A handler for any of those names will get to handle this signal.
  1243. The symbol  error  should always be one of them.
  1244.  
  1245. DATA should be a list.  Its elements are printed as part of the error message.
  1246. If the signal is handled, DATA is made available to the handler.
  1247. See  condition-case.Fcommandp
  1248. T if FUNCTION makes provisions for interactive calling.
  1249. This means it contains a description for how to read arguments to give it.
  1250. The value is nil for an invalid function or a symbol with no function definition.
  1251.  
  1252. Interactively callable functions include strings (treated as keyboard macros),
  1253. lambda-expressions that contain a top-level call to  interactive ,
  1254. autoload definitions made by  autoload  with non-nil fourth argument,
  1255. and some of the built-in functions of Lisp.
  1256.  
  1257. Also, a symbol is commandp if its function definition is commandp.Fautoload
  1258. Define FUNCTION to autoload from FILE.
  1259. FUNCTION is a symbol; FILE is a file name string to pass to  load.
  1260. Third arg DOCSTRING is documentation for the function.
  1261. Fourth arg FROM_KBD if non-nil says function can be called interactively.
  1262. Fifth arg MACRO if non-nil says the function is really a macro.
  1263. Third through fifth args give info about the real definition.
  1264. They default to nil.
  1265. If FUNCTION is already defined other than as an autoload,
  1266. this does nothing and returns nil.Feval
  1267. Evaluate FORM and return its value.Fapply
  1268. Call FUNCTION, passing remaining arguments to it.  The last argument
  1269. is a list of arguments to pass.
  1270. Thus, (apply '+ 1 2 '(3 4)) returns 10.Ffuncall
  1271. Call first argument as a function, passing remaining arguments to it.
  1272. Thus,  (funcall 'cons 'x 'y)  returns  (x . y).Fbacktrace-debug
  1273. Set the debug-on-exit flag of eval frame LEVEL levels down to FLAG.
  1274. The debugger is entered when that frame exits, if the flag is non-nil.Fbacktrace
  1275. Print a trace of Lisp function calls currently active.
  1276. Output stream used is value of standard-output.Vmax-specpdl-size
  1277. Limit on number of Lisp variable bindings & unwind-protects before error.Vmax-lisp-eval-depth
  1278. Limit on depth in eval, apply and funcall before error.Vquit-flag
  1279. Non-nil causes  eval  to abort, unless  inhibit-quit  is non-nil.
  1280. Typing C-G sets  quit-flag  non-nil, regardless of  inhibit-quit.Vinhibit-quit
  1281. Non-nil inhibits C-g quitting from happening immediately.
  1282. Note that  quit-flag  will still be set by typing C-g,
  1283. so a quit will be signalled as soon as  inhibit-quit  is nil.
  1284. To prevent this happening, set  quit-flag  to nil
  1285. before making  inhibit-quit  nil.Vstack-trace-on-error
  1286. *Non-nil means automatically display a backtrace buffer
  1287. after any error that is handled by the editor command loop.Vdebug-on-error
  1288. *Non-nil means enter debugger if an error is signaled.
  1289. Does not apply to errors handled by condition-case.
  1290. See also variable debug-on-quit.Vdebug-on-quit
  1291. *Non-nil means enter debugger if quit is signaled (C-G, for example).
  1292. Does not apply if quit is handled by a condition-case.Vdebug-on-next-call
  1293. Non-nil means enter debugger before next eval, apply or funcall.Vdebugger
  1294. Function to call to invoke debugger.
  1295. If due to frame exit, args are 'exit and value being returned;
  1296.  this function's value will be returned instead of that.
  1297. If due to error, args are 'error and list of signal's args.
  1298. If due to apply or funcall entry, one arg, 'lambda.
  1299. If due to eval entry, one arg, 't.Vmocklisp-arguments
  1300. While in a mocklisp function, the list of its unevaluated args.Fidentity
  1301. Return the argument unchanged.Frandom
  1302. Return a pseudo-random number.
  1303. On most systems all integers representable in Lisp are equally likely.
  1304.   This is 24 bits' worth.
  1305. On some systems, absolute value of result never exceeds 2 to the 14.
  1306. If optional argument is supplied as  t,
  1307.  the random number seed is set based on the current time and pid.Flength
  1308. Return the length of vector, list or string SEQUENCE.Fstring-equal
  1309. T if two strings have identical contents.
  1310. Symbols are also allowed; their print names are used instead.Fstring-lessp
  1311. T if first arg string is less than second in lexicographic order.
  1312. Symbols are also allowed; their print names are used instead.Fappend
  1313. Concatenate arguments and make the result a list.
  1314. The result is a list whose elements are the elements of all the arguments.
  1315. Each argument may be a list, vector or string.Fconcat
  1316. Concatenate arguments and make the result a string.
  1317. The result is a string whose elements are the elements of all the arguments.
  1318. Each argument may be a string, a list of numbers, or a vector of numbers.Fvconcat
  1319. Concatenate arguments and make the result a vector.
  1320. The result is a vector whose elements are the elements of all the arguments.
  1321. Each argument may be a list, vector or string.Fcopy-sequence
  1322. Return a copy of a list, vector or string.Fcopy-alist
  1323. Return a copy of ALIST.
  1324. This is a new alist which represents the same mapping
  1325. from objects to objects, but does not share the alist structure with ALIST.
  1326. The objects mapped (cars and cdrs of elements of the alist)
  1327. are shared, however.Fsubstring
  1328. Return a substring of STRING, starting at index FROM and ending before TO.
  1329. TO may be nil or omitted; then the substring runs to the end of STRING.
  1330. If FROM or TO is negative, it counts from the end.Fnthcdr
  1331. Takes cdr N times on LIST, returns the result.Fnth
  1332. Returns the Nth element of LIST.
  1333. N counts from zero.  If LIST is not that long, nil is returned.Felt
  1334. Returns element of SEQUENCE at index N.Fmemq
  1335. Returns non-nil if ELT is an element of LIST.  Comparison done with EQ.
  1336. The value is actually the tail of LIST whose car is ELT.Fassq
  1337. Returns non-nil if ELT is the car of an element of LIST.  Comparison done with eq.
  1338. The value is actually the element of LIST whose car is ELT.Fassoc
  1339. Returns non-nil if ELT is the car of an element of LIST.  Comparison done with  equal.
  1340. The value is actually the element of LIST whose car is ELT.Frassq
  1341. Returns non-nil if ELT is the cdr of an element of LIST.  Comparison done with EQ.
  1342. The value is actually the element of LIST whose cdr is ELT.Fdelq
  1343. Deletes by side effect any occurrences of ELT as a member of LIST.
  1344. The modified LIST is returned.
  1345. If the first member of LIST is ELT, there is no way to remove it by side effect;
  1346. therefore, write  (setq foo (delq element foo))  to be sure of changing  foo.Fnreverse
  1347. Reverses LIST by modifying cdr pointers.  Returns the beginning of the reversed list.Freverse
  1348. Reverses LIST, copying.  Returns the beginning of the reversed list.
  1349. See also the function  nreverse, which is used more often.Fsort
  1350. Sort LIST, stably, comparing elements using PREDICATE.
  1351. Returns the sorted list.  LIST is modified by side effects.
  1352. PREDICATE is called with two elements of LIST, and should return T
  1353. if the first element is "less" than the second.Fget
  1354. Return the value of SYMBOL's PROPNAME property.
  1355. This is the last VALUE stored with  (put SYMBOL PROPNAME VALUE).Fput
  1356. Store SYMBOL's PROPNAME property with value VALUE.
  1357. It can be retrieved with  (get SYMBOL PROPNAME).Fequal
  1358. T if two Lisp objects have similar structure and contents.
  1359. They must have the same data type.
  1360. Conses are compared by comparing the cars and the cdrs.
  1361. Vectors and strings are compared element by element.
  1362. Numbers are compared by value.  Symbols must match exactly.Ffillarray
  1363. Store each element of ARRAY with ITEM.  ARRAY is a vector or string.Fnconc
  1364. Concatenate any number of lists by altering them.
  1365. Only the last argument is not altered, and need not be a list.Fmapconcat
  1366. Apply FN to each element of SEQ, and concat the results as strings.
  1367. In between each pair of results, stick in SEP.
  1368. Thus, " " as SEP results in spaces between the values return by FN.Fmapcar
  1369. Apply FUNCTION to each element of LIST, and make a list of the results.
  1370. The result is a list just as long as LIST.Fy-or-n-p
  1371. Ask user a "y or n" question.  Return t if answer is "y".
  1372. No confirmation of the answer is requested; a single character is enough.
  1373. Also accepts Space to mean yes, or Delete to mean no.Fyes-or-no-p
  1374. Ask user a yes or no question.  Return t if answer is yes.
  1375. The user must confirm the answer with a newline, and can rub it out if not confirmed.Fload-average
  1376. Return the current 1 minute, 5 minute and 15 minute load averages
  1377. in a list (all floating point load average values are multiplied by 100
  1378. and then turned into integers).Ffeaturep
  1379. Returns t if FEATURE is present in this Emacs.
  1380. Use this to conditionalize execution of lisp code based on the presence or
  1381. absence of emacs or environment extensions.
  1382. Use  provide  to declare that a feature is available.
  1383. This function looks at the value of the variable  features.Fprovide
  1384. Announce that FEATURE is a feature of the current Emacs.Frequire
  1385. If FEATURE is not present in Emacs (ie (featurep FEATURE) is false),
  1386. load FILENAME.  FILENAME is optional and defaults to FEATURE.Vfeatures
  1387. A list of symbols which are the features of the executing emacs.
  1388. Used by  featurep  and  require, and altered by  provide.Fwrite-char
  1389. Output character CHAR to stream STREAM.
  1390. STREAM defaults to the value of `standard-output' (which see).Fwith-output-to-temp-buffer
  1391. Binding `standard-output' to buffer named BUFNAME, execute BODY then display that buffer.
  1392. The buffer is cleared out initially, and marked as unmodified when done.
  1393. All output done by BODY is inserted in that buffer by default.
  1394. It is displayed in another window, but not selected.
  1395. The value of the last form in BODY is returned.
  1396. If variable `temp-buffer-show-hook' is non-nil, call it at the end
  1397. to get the buffer displayed.  It gets one argument, the buffer to display.Fterpri
  1398. Output a newline to STREAM (or value of standard-output).Fprin1
  1399. Output the printed representation of OBJECT, any Lisp object.
  1400. Quoting characters are printed when needed to make output that `read'
  1401. can handle, whenever this is possible.
  1402. Output stream is STREAM, or value of `standard-output' (which see).Fprin1-to-string
  1403. Return a string containing the printed representation of OBJECT,
  1404. any Lisp object.  Quoting characters are used when needed to make output
  1405. that `read' can handle, whenever this is possible.Fprinc
  1406. Output the printed representation of OBJECT, any Lisp object.
  1407. No quoting characters are used; no delimiters are printed around
  1408. the contents of strings.
  1409. Output stream is STREAM, or value of standard-output (which see).Fprint
  1410. Output the printed representation of OBJECT, with newlines around it.
  1411. Quoting characters are printed when needed to make output that `read'
  1412. can handle, whenever this is possible.
  1413. Output stream is STREAM, or value of `standard-output' (which see).Vstandard-output
  1414. Function print uses by default for outputting a character.
  1415. This may be any function of one argument.
  1416. It may also be a buffer (output is inserted before point)
  1417. or a marker (output is inserted and the marker is advanced)
  1418. or the symbol t (output appears in the minibuffer line).Vprint-length
  1419. Maximum length of list to print before abbreviating.`nil' means no limit.Vprint-escape-newlines
  1420. Non-nil means print newlines in strings as backslash-n.Fread-char
  1421. Read a character from the command input (keyboard or macro).
  1422. It is returned as a number.Fget-file-char
  1423. Don't use this yourself.Fload
  1424. Execute a file of Lisp code named FILE.
  1425. First tries FILE with .elc appended, then tries with .el,
  1426.  then tries FILE unmodified.  Searches directories in  load-path.
  1427. If optional second arg NOERROR is non-nil,
  1428.  report no error if FILE doesn't exist.
  1429. Print messages at start and end of loading unless
  1430.  optional third arg NOMESSAGE is non-nil.
  1431. If optional fourth arg NOSUFFIX is non-nil, don't try adding
  1432.  suffixes .elc or .el to the specified name FILE.
  1433. Return t if file exists.Feval-current-buffer
  1434. Execute the current buffer as Lisp code.
  1435. Programs can pass argument PRINTFLAG which controls printing of output:
  1436. nil means discard it; anything else is stream for print.Feval-region
  1437. Execute the region as Lisp code.
  1438. When called from programs, expects two arguments,
  1439. giving starting and ending indices in the current buffer
  1440. of the text to be executed.
  1441. Programs can pass third argument PRINTFLAG which controls printing of output:
  1442. nil means discard it; anything else is stream for print.Fread
  1443. Read one Lisp expression as text from STREAM, return as Lisp object.
  1444. If STREAM is nil, use the value of standard-input (which see).
  1445. STREAM or standard-input may be:
  1446.  a buffer (read from point and advance it)
  1447.  a marker (read from where it points and advance it)
  1448.  a function (call it with no arguments for each character)
  1449.  a string (takes text from string, starting at the beginning)
  1450.  t (read text line using minibuffer and use it).Fread-from-string
  1451. Read one Lisp expression which is represented as text by STRING.
  1452. Returns a cons: (OBJECT-READ . FINAL-STRING-INDEX).
  1453. START and END optionally delimit a substring of STRING from which to read;
  1454.  they default to 0 and (length STRING) respectively.Fintern
  1455. Return the symbol whose name is STRING.
  1456. A second optional argument specifies the obarray to use;
  1457. it defaults to the value of  obarray.Fintern-soft
  1458. Return the symbol whose name is STRING, or nil if none exists yet.
  1459. A second optional argument specifies the obarray to use;
  1460. it defaults to the value of  obarray.Fmapatoms
  1461. Call FUNCTION on every symbol in OBARRAY.
  1462. OBARRAY defaults to the value of  obarray.Vobarray
  1463. Symbol table for use by  intern  and  read.
  1464. It is a vector whose length ought to be prime for best results.
  1465. Each element is a list of all interned symbols whose names hash in that bucket.Vvalues
  1466. List of values of all expressions which were read, evaluated and printed.
  1467. Order is reverse chronological.Vstandard-input
  1468. Stream for read to get input from.
  1469. See documentation of read for possible values.Vload-path
  1470. *List of directories to search for files to load.
  1471. Each element is a string (directory name) or nil (try default directory).
  1472. Initialized based on EMACSLOADPATH environment variable, if any,
  1473. otherwise to default specified in by file paths.h when emacs was built.Vload-in-progress
  1474. Non-nil iff inside of  load.Fmake-abbrev-table
  1475. Create a new, empty abbrev table object.Fclear-abbrev-table
  1476. Undefine all abbrevs in abbrev table TABLE, leaving it empty.Fdefine-abbrev
  1477. Define an abbrev in TABLE named NAME, to expand to EXPANSION or call HOOK.
  1478. NAME and EXPANSION are strings.  HOOK is a function or nil.
  1479. To undefine an abbrev, define it with EXPANSION = nilFdefine-global-abbrev
  1480. Define ABBREV as a global abbreviation for EXPANSION.Fdefine-mode-abbrev
  1481. Define ABBREV as a mode-specific abbreviation for EXPANSION.Fabbrev-symbol
  1482. Return the symbol representing abbrev named ABBREV.
  1483. Value is nil if that abbrev is not defined.
  1484. Optional second arg TABLE is abbrev table to look it up in.
  1485. Default is try buffer's mode-specific abbrev table, then global table.Fabbrev-expansion
  1486. Return the string that ABBREV expands into in the current buffer.
  1487. Optionally specify an abbrev table; then ABBREV is looked up in that table only.Fexpand-abbrev
  1488. Expand the abbrev before point, if it is an abbrev.
  1489. Effective when explicitly called even when abbrev-mode is not enabled.
  1490. Returns t if expansion took place.Funexpand-abbrev
  1491. Undo the expansion of the last abbrev that expanded.Finsert-abbrev-table-description
  1492. Insert before point a description of abbrev table named NAME.
  1493. NAME is a symbol whose value is an abbrev table.
  1494. If 2nd arg READABLE is non-nil, a readable description is inserted.
  1495. Otherwise description is an expression,
  1496. a call to define-abbrev-table which would
  1497. define NAME exactly as it is currently defined.Fdefine-abbrev-table
  1498. Define TABNAME (a symbol) as an abbrev table name.
  1499. Define abbrevs in it according to DEFINITIONS, a list of elements
  1500. of the form (ABBREVNAME EXPANSION HOOK USECOUNT).Vabbrev-table-name-list
  1501. List of symbols whose values are  abbrev tables.Vglobal-abbrev-table
  1502. The abbrev table whose abbrevs affect all buffers.
  1503. Each buffer may also have a local abbrev table.
  1504. If it does, the local table overrides the global one
  1505. for any particular abbrev defined in both.Vfundamental-mode-abbrev-table
  1506. The abbrev table of mode-specific abbrevs for Fundamental Mode.Vlast-abbrev
  1507. The abbrev-symbol of the last abbrev expanded.Vlast-abbrev-text
  1508. The exact text of the last abbrev expanded.
  1509. nil if the abbrev has already been unexpanded.Vlast-abbrev-location
  1510. The location of the last abbrev expanded.Vabbrev-start-location
  1511. Buffer position for expand-abbrev to use as the start of the abbrev.
  1512. nil means use the word before point as the abbrev.
  1513. Set to nil each time expand-abbrev is called.Vabbrev-start-location-buffer
  1514. Buffer that abbrev-start-location has been set for.
  1515. Trying to expand an abbrev in any other buffer clears abbrev-start-location.Vlocal-abbrev-table
  1516. Local (mode-specific) abbrev table of current buffer.Vabbrevs-changed
  1517. Set non-nil by defining or altering any word abbrevs.Vabbrev-all-caps
  1518. *Set non-nil means expand multi-word abbrevs all caps if abbrev was so.Fsyntax-table-p
  1519. Return t if ARG is a syntax table.
  1520. Any vector of 256 elements will do.Fsyntax-table
  1521. Return the current syntax table.
  1522. This is the one specified by the current buffer.Fstandard-syntax-table
  1523. Return the standard syntax table.
  1524. This is the one used for new buffers.Fcopy-syntax-table
  1525. Construct a new syntax table and return it.
  1526. It is a copy of the TABLE, which defaults to the standard syntax table.Fset-syntax-table
  1527. Select a new syntax table for the current buffer.
  1528. One argument, a syntax table.Fchar-syntax
  1529. Return the syntax code of CHAR, described by a character.
  1530. For example, if CHAR is a word constituent, ?w is returned.
  1531. The characters that correspond to various syntax codes
  1532. are listed in the documentation of  modify-syntax-entry.Fmodify-syntax-entry
  1533. Set syntax for character CHAR according to string S.
  1534. The syntax is changed only for table TABLE, which defaults to
  1535.  the current buffer's syntax table.
  1536. The first character of S should be one of the following:
  1537.   Space    whitespace syntax.    w   word constituent.
  1538.   _        symbol constituent.   .   punctuation.
  1539.   (        open-parenthesis.     )   close-parenthesis.
  1540.   "        string quote.         \   character-quote.
  1541.   $        paired delimiter.     '   expression prefix operator.
  1542.   <       comment starter.     >   comment ender.
  1543. Only single-character comment start and end sequences are represented thus.
  1544. Two-character sequences are represented as described below.
  1545. The second character of S is the matching parenthesis,
  1546.  used only if the first character is ( or ).
  1547. Any additional characters are flags.
  1548. Defined flags are the characters 1, 2, 3 and 4.
  1549.  1 means C is the start of a two-char comment start sequence.
  1550.  2 means C is the second character of such a sequence.
  1551.  3 means C is the start of a two-char comment end sequence.
  1552.  4 means C is the second character of such a sequence.Fdescribe-syntax
  1553. Describe the syntax specifications in the syntax table.
  1554. The descriptions are inserted in a buffer, which is selected so you can see it.Fforward-word
  1555. Move point forward ARG words (backward if ARG is negative).
  1556. Normally returns t.
  1557. If an edge of the buffer is reached, point is left there
  1558. and nil is returned.Fscan-lists
  1559. Scan from character number FROM by COUNT lists.
  1560. Returns the character number of the position thus found.
  1561.  
  1562. If DEPTH is nonzero, paren depth begins counting from that value,
  1563. only places where the depth in parentheses becomes zero
  1564. are candidates for stopping; COUNT such places are counted.
  1565. Thus, a positive value for DEPTH means go out levels.
  1566.  
  1567. Comments are ignored if parse-sexp-ignore-comments is non-nil.
  1568.  
  1569. If the beginning or end of (the visible part of) the buffer is reached
  1570. and the depth is wrong, an error is signaled.
  1571. If the depth is right but the count is not used up, nil is returned.Fscan-sexps
  1572. Scan from character number FROM by COUNT balanced expressions.
  1573. Returns the character number of the position thus found.
  1574.  
  1575. Comments are ignored if parse-sexp-ignore-comments is non-nil.
  1576.  
  1577. If the beginning or end of (the visible part of) the buffer is reached
  1578. in the middle of a parenthetical grouping, an error is signaled.
  1579. If the beginning or end is reached between groupings but before count is used up,
  1580. nil is returned.Fbackward-prefix-chars
  1581. Move point backward over any number of chars with syntax "prefix".Fparse-partial-sexp
  1582. Parse Lisp syntax starting at FROM until TO; return status of parse at TO.
  1583. Parsing stops at TO or when certain criteria are met;
  1584.  point is set to where parsing stops.
  1585. If fifth arg STATE is omitted or nil,
  1586.  parsing assumes that FROM is the beginning of a function.
  1587. Value is a list of seven elements describing final state of parsing:
  1588.  1. depth in parens.
  1589.  2. character address of start of innermost containing list; nil if none.
  1590.  3. character address of start of last complete sexp terminated.
  1591.  4. non-nil if inside a string.
  1592.     (it is the character that will terminate the string.)
  1593.  5. t if inside a comment.
  1594.  6. t if following a quote character.
  1595.  7. the minimum paren-depth encountered during this scan.
  1596. If third arg TARGETDEPTH is non-nil, parsing stops if the depth
  1597. in parentheses becomes equal to TARGETDEPTH.
  1598. Fourth arg STOPBEFORE non-nil means stop when come to
  1599.  any character that starts a sexp.
  1600. Fifth arg STATE is a seven-list like what this function returns.
  1601. It is used to initialize the state of the parse.Vparse-sexp-ignore-comments
  1602. Non-nil means forward-sexp, etc., should treat comments as whitespace.
  1603. Non-nil works only when the comment terminator is something like */,
  1604. and appears only when it ends a comment.
  1605. If comments are terminated by newlines,
  1606. you must make this variable nil.Fml-if
  1607. if  for mocklisp programsFml-nargs
  1608. # arguments to this mocklisp functionFml-arg
  1609. Argument #N to this mocklisp function.Fml-interactive
  1610. True if this mocklisp function was called interactively.Fml-provide-prefix-argument
  1611. Evaluate second argument, using first argument as prefix arg value.Fml-prefix-argument-loop
  1612. Fml-substr
  1613. Return a substring of STRING, starting at index FROM and of length LENGTH.
  1614. If either FROM or LENGTH is negative, the length of STRING is added to it.Finsert-string
  1615. Mocklisp-compatibility insert function.
  1616. Like the function `insert' except that any argument that is a number
  1617. is converted into a string by expressing it in decimal.Fbyte-code
  1618. Fcall-process
  1619. Call PROGRAM in separate process.
  1620. Program's input comes from file INFILE (nil means /dev/null).
  1621. Insert output in BUFFER before point; t means current buffer;
  1622.  nil for BUFFER means discard it; 0 means discard and don't wait.
  1623. Fourth arg DISPLAY non-nil means redisplay buffer as output is inserted.
  1624. Remaining arguments are strings passed as command arguments to PROGRAM.
  1625. This function waits for PROGRAM to terminate;
  1626. if you quit, the process is killed.Fcall-process-region
  1627. Send text from START to END to a process running PROGRAM.
  1628. Delete the text if DELETE is non-nil.
  1629. Put output in BUFFER, before point.  nil => discard it, t => current buffer.
  1630. Sixth arg DISPLAY non-nil means redisplay buffer as output is inserted.
  1631. Remaining args are passed to PROGRAM at startup as command args.
  1632. This function normally waits for the process to terminate;
  1633. if you quit, the process is killed.Vshell-file-name
  1634. *File name to load inferior shells from.
  1635. Initialized from the SHELL environment variable.Vexec-path
  1636. *List of directories to search programs to run in subprocesses.
  1637. Each element is a string (directory name) or nil (try default directory).Vexec-directory
  1638. Directory that holds programs that come with GNU Emacs,
  1639. intended for Emacs to invoke.Vprocess-environment
  1640. List of strings to append to environment of subprocesses that are started.
  1641. Each string should have the format ENVVARNAME=VALUE.Fgetenv
  1642. Return the value of environment variable VAR, as a string.
  1643. When invoked interactively, print the value in the echo area.
  1644. VAR is a string, the name of the variable,
  1645.  or the symbol t, meaning to return an alist representing the
  1646.  current environment.Fsetenv
  1647. Return the value of environment variable VAR, as a string.
  1648. When invoked interactively, print the value in the echo area.
  1649. VAR is a string, the name of the variable.Fopen-line
  1650. Insert a newline and leave point before it.
  1651. With arg, inserts that many newlines.Fsplit-line
  1652. Split current line, moving portion beyond point vertically down.Fquoted-insert
  1653. Read next input character and insert it.
  1654. Useful for inserting control characters.
  1655. You may also type up to 3 octal digits, to insert a character with that codeFdelete-indentation
  1656. Join this line to previous and fix up whitespace at join.
  1657. With argument, join this line to following line.Ffixup-whitespace
  1658. Fixup white space between objects around point.
  1659. Leave one space or none, according to the context.Fdelete-horizontal-space
  1660. Delete all spaces and tabs around point.Fjust-one-space
  1661. Delete all spaces and tabs around point, leaving one space.Fdelete-blank-lines
  1662. On blank line, delete all surrounding blank lines, leaving just one.
  1663. On isolated blank line, delete that one.
  1664. On nonblank line, delete all blank lines that follow it.Fback-to-indentation
  1665. Move point to the first non-whitespace character on this line.Fnewline-and-indent
  1666. Insert a newline, then indent according to major mode.
  1667. Indentation is done using the current indent-line-function.
  1668. In programming language modes, this is the same as TAB.
  1669. In some text modes, where TAB inserts a tab, this indents to the
  1670. specified left-margin column.Freindent-then-newline-and-indent
  1671. Reindent current line, insert newline, then indent the new line.
  1672. Indentation of both lines is done according to the current major mode,
  1673. which means that the current value of indent-line-function is called.
  1674. In programming language modes, this is the same as TAB.
  1675. In some text modes, where TAB inserts a tab, this indents to the
  1676. specified left-margin column.Fbackward-delete-char-untabify
  1677. Delete characters backward, changing tabs into spaces.
  1678. Delete ARG chars, and kill (save in kill ring) if KILLP is non-nil.
  1679. Interactively, ARG is the prefix arg (default 1)
  1680. and KILLP is t if prefix arg is was specified.Fzap-to-char
  1681. Kill up to (but not including) ARG'th occurrence of CHAR.
  1682. Goes backward if ARG is negative; goes to end of buffer if CHAR not found.Fbeginning-of-buffer
  1683. Move point to the beginning of the buffer; leave mark at previous position.
  1684. With arg N, put point N/10 of the way from the true beginning.
  1685. Don't use this in Lisp programs!
  1686. (goto-char (point-min)) is faster and does not set the mark.Fend-of-buffer
  1687. Move point to the end of the buffer; leave mark at previous position.
  1688. With arg N, put point N/10 of the way from the true end.
  1689. Don't use this in Lisp programs!
  1690. (goto-char (point-max)) is faster and does not set the mark.Fmark-whole-buffer
  1691. Put point at beginning and mark at end of buffer.Fcount-lines-region
  1692. Print number of lines in the region.Fwhat-line
  1693. Print the current line number (in the buffer) of point.Fcount-lines
  1694. Return number of newlines between START and END.Fwhat-cursor-position
  1695. Print info on cursor position (on screen and within buffer).Ffundamental-mode
  1696. Major mode not specialized for anything in particular.
  1697. Other major modes are defined by comparison with this one.Feval-expression
  1698. Evaluate EXPRESSION and print value in minibuffer.
  1699. Value is also consed on to front of variable  values  's value.Fedit-and-eval-command
  1700. Prompting with PROMPT, let user edit COMMAND and eval result.
  1701. COMMAND is a Lisp expression.  Let user edit that expression in
  1702. the minibuffer, then read and evaluate the result.Frepeat-complex-command
  1703. Edit and re-evaluate last complex command, or ARGth from last.
  1704. A complex command is one which used the minibuffer.
  1705. The command is placed in the minibuffer as a Lisp form for editing.
  1706. The result is executed, repeating the command as changed.
  1707. If the command has been changed or is not the most recent previous command
  1708. it is added to the front of the command history.
  1709. Whilst editing the command, the following commands are available:
  1710. \{repeat-complex-command-map}Fnext-complex-command
  1711. Inserts the next element of `command-history' into the minibuffer.Fprevious-complex-command
  1712. Inserts the previous element of `command-history' into the minibuffer.Fgoto-line
  1713. Goto line ARG, counting from line 1 at beginning of buffer.Fundo
  1714. Undo some previous changes.
  1715. Repeat this command to undo more changes.
  1716. A numeric argument serves as a repeat count.Fshell-command
  1717. Execute string COMMAND in inferior shell; display output, if any.
  1718. Optional second arg non-nil (prefix arg, if interactive)
  1719. means insert output in current buffer after point (leave mark after it).Fshell-command-on-region
  1720. Execute string COMMAND in inferior shell with region as input.
  1721. Normally display output (if any) in temp buffer;
  1722. Prefix arg means replace the region with it.
  1723. Noninteractive args are START, END, COMMAND, FLAG.
  1724. Noninteractively FLAG means insert output in place of text from START to END,
  1725. and put point at the end, but don't alter the mark.Funiversal-argument
  1726. Begin a numeric argument for the following command.
  1727. Digits or minus sign following this command make up the numeric argument.
  1728. If no digits or minus sign follow, this command by itself provides 4 as argument.
  1729. Used more than once, this command multiplies the argument by 4 each time.Fdigit-argument
  1730. Part of the numeric argument for the next command.Fnegative-argument
  1731. Begin a negative numeric argument for the next command.Fforward-to-indentation
  1732. Move forward ARG lines and position at first nonblank character.Fbackward-to-indentation
  1733. Move backward ARG lines and position at first nonblank character.Vkill-lines-magic
  1734. *if non-nil a kill-line at the beginning of a line kills the entire line,
  1735. including the newline at the endFkill-line
  1736. Kill the rest of the current line; if no nonblanks there, kill thru newline.
  1737. With prefix argument, kill that many lines from point.
  1738. Negative arguments kill lines backward.
  1739.  
  1740. When calling from a program, nil means "no arg",
  1741. a number counts as a prefix arg.Vkill-ring
  1742. List of killed text sequences.Vkill-ring-max
  1743. *Maximum length of kill ring before oldest elements are thrown away.Vkill-ring-yank-pointer
  1744. The tail of the kill ring whose car is the last thing yanked.Fkill-region
  1745. Kill between point and mark.
  1746. The text is deleted but saved in the kill ring.
  1747. The command \[yank] can retrieve it from there.
  1748. (If you want to kill and then yank immediately, use \[copy-region-as-kill].)
  1749.  
  1750. This is the primitive for programs to kill text (as opposed to deleting it).
  1751. Supply two arguments, character numbers indicating the stretch of text
  1752.  to be killed.
  1753. Any command that calls this function is a "kill command".
  1754. If the previous command was also a kill command,
  1755. the text killed this time appends to the text killed last time
  1756. to make one entry in the kill ring.Fcopy-region-as-kill
  1757. Save the region as if killed, but don't kill it.Fappend-next-kill
  1758. Cause following command, if kill, to append to previous kill.Frotate-yank-pointer
  1759. Rotate the yanking point in the kill ring.Fyank-pop
  1760. Replace just-yanked stretch of killed-text with a different stretch.
  1761. This command is allowed only immediately after a  yank  or a  yank-pop.
  1762. At such a time, the region contains a stretch of reinserted
  1763. previously-killed text.  yank-pop  deletes that text and inserts in its
  1764. place a different stretch of killed text.
  1765.  
  1766. With no argument, the previous kill is inserted.
  1767. With argument n, the n'th previous kill is inserted.
  1768. If n is negative, this is a more recent kill.
  1769.  
  1770. The sequence of kills wraps around, so that after the oldest one
  1771. comes the newest one.Fyank
  1772. Reinsert the last stretch of killed text.
  1773. More precisely, reinsert the stretch of killed text most recently
  1774. killed OR yanked.
  1775. With just C-U as argument, same but put point in front (and mark at end).
  1776. With argument n, reinsert the nth most recently killed stretch of killed
  1777. text.
  1778. See also the command \[yank-pop].Finsert-buffer
  1779. Insert after point the contents of BUFFER.
  1780. Puts mark after the inserted text.
  1781. BUFFER may be a buffer or a buffer name.Fappend-to-buffer
  1782. Append to specified buffer the text of the region.
  1783. It is inserted into that buffer before its point.
  1784.  
  1785. When calling from a program, give three arguments:
  1786. a buffer or the name of one, and two character numbers
  1787. specifying the portion of the current buffer to be copied.Fprepend-to-buffer
  1788. Prepend to specified buffer the text of the region.
  1789. It is inserted into that buffer after its point.
  1790.  
  1791. When calling from a program, give three arguments:
  1792. a buffer or the name of one, and two character numbers
  1793. specifying the portion of the current buffer to be copied.Fcopy-to-buffer
  1794. Copy to specified buffer the text of the region.
  1795. It is inserted into that buffer, replacing existing text there.
  1796.  
  1797. When calling from a program, give three arguments:
  1798. a buffer or the name of one, and two character numbers
  1799. specifying the portion of the current buffer to be copied.Fmark
  1800. Return this buffer's mark value as integer, or nil if no mark.
  1801. If you are using this in an editing command, you are most likely making
  1802. a mistake; see the documentation of `set-mark'.Fset-mark
  1803. Set this buffer's mark to POS.  Don't use this function!
  1804. That is to say, don't use this function unless you want
  1805. the user to see that the mark has moved, and you want the previous
  1806. mark position to be lost.
  1807.  
  1808. Normally, when a new mark is set, the old one should go on the stack.
  1809. This is why most applications should use push-mark, not set-mark.
  1810.  
  1811. Novice emacs-lisp programmers often try to use the mark for the wrong
  1812. purposes.  The mark saves a location for the user's convenience.
  1813. Most editing commands should not alter the mark.
  1814. To remember a location for internal use in the Lisp program,
  1815. store it in a Lisp variable.  Example:
  1816.  
  1817.    (let ((beg (point))) (forward-line 1) (delete-region beg (point))).Vmark-ring
  1818. The list of saved former marks of the current buffer,
  1819. most recent first.Vmark-ring-max
  1820. *Maximum size of mark ring.  Start discarding off end if gets this big.Fset-mark-command
  1821. Set mark at where point is, or jump to mark.
  1822. With no prefix argument, set mark, and push previous mark on mark ring.
  1823. With argument, jump to mark, and pop into mark off the mark ring.
  1824.  
  1825. Novice emacs-lisp programmers often try to use the mark for the wrong
  1826. purposes.  See the documentation of `set-mark' for more information.Fpush-mark
  1827. Set mark at LOCATION (point, by default) and push old mark on mark ring.
  1828. Displays "Mark set" unless the optional second arg NOMSG is non-nil.
  1829.  
  1830. Novice emacs-lisp programmers often try to use the mark for the wrong
  1831. purposes.  See the documentation of `set-mark' for more information.Fpop-mark
  1832. Pop off mark ring into the buffer's actual mark.
  1833. Does not set point.  Does nothing if mark ring is empty.Fexchange-point-and-mark
  1834. Put the mark where point is now, and point where the mark is now.Fnext-line
  1835. Move cursor vertically down ARG lines.
  1836. If there is no character in the target line exactly under the current column,
  1837. the cursor is positioned after the character in that line which spans this
  1838. column, or at the end of the line if it is not long enough.
  1839. If there is no line in the buffer after this one,
  1840. a newline character is inserted to create a line
  1841. and the cursor moves to that line.
  1842.  
  1843. The command \[set-goal-column] can be used to create
  1844. a semipermanent goal column to which this command always moves.
  1845. Then it does not try to move vertically.
  1846.  
  1847. If you are thinking of using this in a Lisp program, consider
  1848. using `forward-line' instead.  It is usually easier to use
  1849. and more reliable (no dependence on goal column, etc.).Fprevious-line
  1850. Move cursor vertically up ARG lines.
  1851. If there is no character in the target line exactly over the current column,
  1852. the cursor is positioned after the character in that line which spans this
  1853. column, or at the end of the line if it is not long enough.
  1854.  
  1855. The command \[set-goal-column] can be used to create
  1856. a semipermanent goal column to which this command always moves.
  1857. Then it does not try to move vertically.
  1858.  
  1859. If you are thinking of using this in a Lisp program, consider using
  1860. `forward-line' with negative argument instead..  It is usually easier
  1861. to use and more reliable (no dependence on goal column, etc.).Vtrack-eol
  1862. *Non-nil means vertical motion starting at the end of a line should keep to ends of lines.
  1863. This means moving to the end of each line moved onto.Vgoal-column
  1864. *Semipermanent goal column for vertical motion, as set by \[set-goal-column], or nil.Vtemporary-goal-column
  1865. Current goal column for vertical motion.
  1866. It is the column where point was at the start of current run of vertical motion commands.Fset-goal-column
  1867. Set the current horizontal position as a goal for \[next-line] and \[previous-line].
  1868. Those commands will move to this position in the line moved to
  1869. rather than trying to keep the same horizontal position.
  1870. With a non-nil argument, clears out the goal column
  1871. so that \[next-line] and \[previous-line] resume vertical motion.Ftranspose-chars
  1872. Interchange characters around point, moving forward one character.
  1873. With prefix arg ARG, effect is to take character before point
  1874. and drag it forward past ARG other characters (backward if ARG negative).
  1875. If no argument and at end of line, the previous two chars are exchanged.Ftranspose-words
  1876. Interchange words around point, leaving point at end of them.
  1877. With prefix arg ARG, effect is to take word before or around point
  1878. and drag it forward past ARG other words (backward if ARG negative).
  1879. If ARG is zero, the words around or after point and around or after mark
  1880. are interchanged.Ftranspose-sexps
  1881. Like \[transpose-words] but applies to sexps.
  1882. Does not work on a sexp that point is in the middle of
  1883. if it is a list or string.Ftranspose-lines
  1884. Exchange current line and previous line, leaving point after both.
  1885. With argument ARG, takes previous line and moves it past ARG lines.
  1886. With argument 0, interchanges line point is in with line mark is in.Vcomment-column
  1887. *Column to indent right-margin comments to.
  1888. Setting this variable automatically makes it local to the current buffer.Vcomment-start
  1889. *String to insert to start a new comment, or nil if no comment syntax defined.Vcomment-start-skip
  1890. *Regexp to match the start of a comment plus everything up to its body.
  1891. If there are any \(...\) pairs, the comment delimiter text is held to begin
  1892. at the place matched by the close of the first pair.Vcomment-end
  1893. *String to insert to end a new comment.
  1894. Should be an empty string if comments are terminated by end-of-line.Vcomment-indent-hook
  1895. Function to compute desired indentation for a comment
  1896. given the character number it starts at.Findent-for-comment
  1897. Indent this line's comment to comment column, or insert an empty comment.Fset-comment-column
  1898. Set the comment column based on point.
  1899. With no arg, set the comment column to the current column.
  1900. With just minus as arg, kill any comment on this line.
  1901. With any other arg, set comment column to indentation of the previous comment
  1902.  and then align or create a comment on this line at that column.Fkill-comment
  1903. Kill the comment on this line, if any.
  1904. With argument, kill comments on that many lines starting with this one.Fbackward-word
  1905. Move backward until encountering the end of a word.
  1906. With argument, do this that many times.
  1907. In programs, it is faster to call forward-word with negative arg.Fmark-word
  1908. Set mark arg words away from point.Fkill-word
  1909. Kill characters forward until encountering the end of a word.
  1910. With argument, do this that many times.Fbackward-kill-word
  1911. Kill characters backward until encountering the end of a word.
  1912. With argument, do this that many times.Vfill-prefix
  1913. *String for filling to insert at front of new line, or nil for none.
  1914. Setting this variable automatically makes it local to the current buffer.Vcomment-multi-line
  1915. *Non-nil means \[indent-new-comment-line] should continue same comment
  1916. on new line, with no new terminator or starter.Findent-new-comment-line
  1917. Break line at point and indent, continuing comment if presently within one.
  1918. The body of the continued comment is indented under the previous comment line.Fauto-fill-mode
  1919. Toggle auto-fill mode.
  1920. With arg, turn auto-fill mode on iff arg is positive.
  1921. In auto-fill mode, inserting a space at a column beyond  fill-column
  1922. automatically breaks the line at a previous space.Fturn-on-auto-fill
  1923. Unconditionally turn on Auto Fill mode.Fset-fill-column
  1924. Set fill-column to current column, or to argument if given.
  1925. fill-column's value is separate for each buffer.Fset-selective-display
  1926. Set selective-display to ARG; clear it if no arg.
  1927. When selective-display is a number > 0,
  1928. lines whose indentation is >= selective-display are not displayed.
  1929. selective-display's value is separate for each buffer.Foverwrite-mode
  1930. Toggle overwrite mode.
  1931. With arg, turn overwrite mode on iff arg is positive.
  1932. In overwrite mode, printing characters typed in replace existing text
  1933. on a one-for-one basis, rather than pushing it to the right.Vblink-matching-paren
  1934. *Non-nil means show matching open-paren when close-paren is inserted.Vblink-matching-paren-distance
  1935. *If non-nil, is maximum distance to search for matching open-paren
  1936. when close-paren is inserted.Fblink-matching-open
  1937. Move cursor momentarily to the beginning of the sexp before point.Fkeyboard-quit
  1938. Signal a  quit  condition.Fset-variable
  1939. Set VARIABLE to VALUE.  VALUE is a Lisp object.
  1940. When using this interactively, supply a Lisp expression for VALUE.
  1941. If you want VALUE to be a string, you must surround it with doublequotes.Vmode-specific-map
  1942. Keymap for characters following C-c.Vhelp-map
  1943. Keymap for characters following the Help key.Fhelp-with-tutorial
  1944. Select the Emacs learn-by-doing tutorial.Fdescribe-key-briefly
  1945. Print the name of the function KEY invokes.  KEY is a string.Fprint-help-return-message
  1946. Display or return message saying how to restore windows after help command.
  1947. Computes a message and applies the argument FUNCTION to it.
  1948. If FUNCTION is nil, applies `message' to it, thus printing it.Fdescribe-key
  1949. Display documentation of the function KEY invokes.  KEY is a string.Fdescribe-mode
  1950. Display documentation of current major mode.Fdescribe-distribution
  1951. Display info on how to obtain the latest version of GNU Emacs.Fdescribe-copying
  1952. Display info on how you may redistribute copies of GNU Emacs.Fdescribe-no-warranty
  1953. Display info on all the kinds of warranty Emacs does NOT have.Fview-emacs-news
  1954. Display info on recent changes to Emacs.Fview-lossage
  1955. Display last 100 input keystrokes.Fhelp-for-help
  1956. You have typed C-h, the help character.  Type a Help option:
  1957.  
  1958. A  command-apropos.   Give a substring, and see a list of commands
  1959.               (functions interactively callable) that contain
  1960.           that substring.  See also the  apropos  command.
  1961. B  describe-bindings.  Display table of all key bindings.
  1962. C  describe-key-briefly.  Type a command key sequence;
  1963.           it prints the function name that sequence runs.
  1964. F  describe-function.  Type a function name and get documentation of it.
  1965. I  info. The  info  documentation reader.
  1966. K  describe-key.  Type a command key sequence;
  1967.           it displays the full documentation.
  1968. L  view-lossage.  Shows last 100 characters you typed.
  1969. M  describe-mode.  Print documentation of current major mode,
  1970.           which describes the commands peculiar to it.
  1971. N  view-emacs-news.  Shows emacs news file.
  1972. S  describe-syntax.  Display contents of syntax table, plus explanations
  1973. T  help-with-tutorial.  Select the Emacs learn-by-doing tutorial.
  1974. V  describe-variable.  Type name of a variable;
  1975.           it displays the variable's documentation and value.
  1976. W  where-is.  Type command name; it prints which keystrokes
  1977.           invoke that command.
  1978. C-c print Emacs copying permission (General Public License).
  1979. C-d print Emacs ordering information.
  1980. C-n print news of recent Emacs changes.
  1981. C-w print information on absence of warranty for GNU Emacs.Fdescribe-function
  1982. Display the full documentation of FUNCTION (a symbol).Fdescribe-variable
  1983. Display the full documentation of VARIABLE (a symbol).Fcommand-apropos
  1984. Like apropos but lists only symbols that are names of commands
  1985. (interactively callable functions).Vdelete-auto-save-files
  1986. *Non-nil means delete a buffer's auto-save file
  1987. when the buffer is saved for real.Vmake-backup-files
  1988. *Create a backup of each file when it is saved for the first time.
  1989. This can be done by renaming the file or by copying.
  1990.  
  1991. Renaming means that Emacs renames the existing file so that it is a
  1992. backup file, then writes the buffer into a new file.  Any other names
  1993. that the old file had will now refer to the backup file.
  1994. The new file is owned by you and its group is defaulted.
  1995.  
  1996. Copying means that Emacs copies the existing file into the backup file,
  1997. then writes the buffer on top of the existing file.  Any other names
  1998. that the old file had will now refer to the new (edited) file.
  1999. The file's owner and group are unchanged.
  2000.  
  2001. The choice of renaming or copying is controlled by the variables
  2002. backup-by-copying, backup-by-copying-when-linked and
  2003. backup-by-copying-when-mismatch.Vbackup-by-copying
  2004. *Non-nil means always use copying to create backup files.
  2005. See documentation of variable  make-backup-files.Vbackup-by-copying-when-linked
  2006. *Non-nil means use copying to create backups for files with multiple names.
  2007. This causes the alternate names to refer to the latest version as edited.
  2008. This variable is relevant only if  backup-by-copying  is nil.Vbackup-by-copying-when-mismatch
  2009. *Non-nil means create backups by copying if this preserves owner or group.
  2010. Renaming may still be used (subject to control of other variables)
  2011. when it would not result in changing the owner or group of the file;
  2012. that is, for files which are owned by you and whose group matches
  2013. the default for a new file created there by you.
  2014. This variable is relevant only if  backup-by-copying  is nil.Vbuffer-offer-save
  2015. *Non-nil in a buffer means offer to save the buffer on exit
  2016. even if the buffer is not visiting a file.  Automatically local in
  2017. all buffers.Vfile-precious-flag
  2018. *Non-nil means protect against I/O errors while saving files.
  2019. Some modes set this non-nil in particular buffers.Vversion-control
  2020. *Control use of version numbers for backup files.
  2021. t means make numeric backup versions unconditionally.
  2022. nil means make them for files that have some already.
  2023. never means do not make them.Vdired-kept-versions
  2024. *When cleaning directory, number of versions to keep.Vtrim-versions-without-asking
  2025. *If true, deletes excess backup versions silently.
  2026. Otherwise asks confirmation.Vkept-old-versions
  2027. *Number of oldest versions to keep when a new numbered backup is made.Vkept-new-versions
  2028. *Number of newest versions to keep when a new numbered backup is made.
  2029. Includes the new backup.  Must be > 0Vrequire-final-newline
  2030. *t says silently put a newline at the end whenever a file is saved.
  2031. Non-nil but not t says ask user whether to add a newline in each such case.
  2032. nil means don't add newlines.Vauto-save-default
  2033. *t says by default do auto-saving of every file-visiting buffer.Vauto-save-visited-file-name
  2034. *t says auto-save a buffer in the file it is visiting, when practical.
  2035. Normally auto-save files are written under other names.Vsave-abbrevs
  2036. *Non-nil means save word abbrevs too when files are saved.
  2037. Loading an abbrev file sets this to t.Vfind-file-run-dired
  2038. *Non-nil says run dired if find-file is given the name of a directory.Vfind-file-not-found-hooks
  2039. List of functions to be called for find-file on nonexistent file.
  2040. These functions are called as soon as the error is detected.
  2041. buffer-file-name is already set up.
  2042. The functions are called in the order given,
  2043. until one of them returns non-nil.Vfind-file-hooks
  2044. List of functions to be called after a buffer is loaded from a file.
  2045. The buffer's local variables (if any) will have been processed before the
  2046. functions are called.Vwrite-file-hooks
  2047. List of functions to be called before writing out a buffer to a file.
  2048. If one of them returns non-nil, the file is considered already written
  2049. and the rest are not called.Vinhibit-local-variables
  2050. *Non-nil means query before obeying a file's local-variables list.
  2051. This applies when the local-variables list is scanned automatically
  2052. after you find a file.  If you explicitly request such a scan with
  2053. \[normal-mode], there is no query, regardless of this variable.Fpwd
  2054. Show the current default directory.Fcd
  2055. Make DIR become the current buffer's default directory.Fload-file
  2056. Load the file FILE of Lisp code.Fload-library
  2057. Load the library named LIBRARY.
  2058. This is an interface to the function `load'.Fswitch-to-buffer-other-window
  2059. Select buffer BUFFER in another window.Ffind-file
  2060. Edit file FILENAME.
  2061. Switch to a buffer visiting file FILENAME,
  2062. creating one if none already exists.Ffind-file-other-window
  2063. Edit file FILENAME, in another window.
  2064. May create a new window, or reuse an existing one;
  2065. see the function display-buffer.Ffind-file-read-only
  2066. Edit file FILENAME but don't save without confirmation.
  2067. Like find-file but marks buffer as read-only.Ffind-alternate-file
  2068. Find file FILENAME, select its buffer, kill previous buffer.
  2069. If the current buffer now contains an empty file that you just visited
  2070. (presumably by mistake), use this command to visit the file you really want.Fcreate-file-buffer
  2071. Create a suitably named buffer for visiting FILENAME, and return it.
  2072. FILENAME (sans directory) is used unchanged if that name is free;
  2073. otherwise a string <2> or <3> or ... is appended to get an unused name.Ffind-file-noselect
  2074. Read file FILENAME into a buffer and return the buffer.
  2075. If a buffer exists visiting FILENAME, return that one,
  2076. but verify that the file has not changed since visited or saved.
  2077. The buffer is not selected, just returned to the caller.Fafter-find-file
  2078. Called after finding a file and by the default revert function.
  2079. Sets buffer mode, parses local variables.
  2080. Optional args ERROR and WARN: ERROR non-nil means there was an
  2081. error in reading the file.  WARN non-nil means warn if there
  2082. exists an auto-save file more recent than the visited file.
  2083. Finishes by calling the functions in find-file-hooks.Fnormal-mode
  2084. Choose the major mode for this buffer automatically.
  2085. Also sets up any specified local variables of the file.
  2086. Uses the visited file name, the -*- line, and the local variables spec.
  2087.  
  2088. This function is called automatically from `find-file'.  In that case,
  2089. if `inhibit-local-variables' is non-`nil' we require confirmation before
  2090. processing a local variables spec.  If you run `normal-mode' explicitly,
  2091. confirmation is never required.Fset-auto-mode
  2092. Select major mode appropriate for current buffer.
  2093. May base decision on visited file name (See variable  auto-mode-list)
  2094. or on buffer contents (-*- line or local variables spec), but does not look
  2095. for the "mode:" local variable.  For that, use  hack-local-variables.Fhack-local-variables
  2096. Parse, and bind or evaluate as appropriate, any local variables
  2097. for current buffer.Fset-visited-file-name
  2098. Change name of file visited in current buffer to FILENAME.
  2099. The next time the buffer is saved it will go in the newly specified file.
  2100. nil or empty string as argument means make buffer not be visiting any file.
  2101. Remember to delete the initial contents of the minibuffer
  2102. if you wish to pass an empty string as the argument.Fwrite-file
  2103. Write current buffer into file FILENAME.
  2104. Makes buffer visit that file, and marks it not modified.Fbackup-buffer
  2105. Make a backup of the disk file visited by the current buffer, if appropriate.
  2106. This is normally done before saving the buffer the first time.
  2107. If the value is non-nil, it is the result of `file-modes' on the original file;
  2108. this means that the caller, after saving the buffer, should change the modes
  2109. of the new file to agree with the old modes.Ffile-name-sans-versions
  2110. Return FILENAME sans backup versions or strings.
  2111. This is a separate procedure so your site-init or startup file can
  2112. redefine it.Fmake-backup-file-name
  2113. Create the non-numeric backup file name for FILE.
  2114. This is a separate function so you can redefine it for customization.Fbackup-file-name-p
  2115. Return non-nil if FILE is a backup file name (numeric or not).
  2116. This is a separate function so you can redefine it for customization.
  2117. You may need to redefine file-name-sans-versions as well.Ffind-backup-file-name
  2118. Find a file name for a backup file, and suggestions for deletions.
  2119. Value is a list whose car is the name for the backup file
  2120.  and whose cdr is a list of old versions to consider deleting now.Ffile-nlinks
  2121. Return number of names file FILENAME has.Fsave-buffer
  2122. Save current buffer in visited file if modified.  Versions described below.
  2123.  
  2124. By default, makes the previous version into a backup file
  2125.  if previously requested or if this is the first save.
  2126. With 1 or 3 \[universal-argument]'s, marks this version
  2127.  to become a backup when the next save is done.
  2128. With 2 or 3 \[universal-argument]'s,
  2129.  unconditionally makes the previous version into a backup file.
  2130. With argument of 0, never makes the previous version into a backup file.
  2131.  
  2132. If a file's name is FOO, the names of its numbered backup versions are
  2133.  FOO.~i~ for various integers i.  A non-numbered backup file is called FOO~.
  2134. Numeric backups (rather than FOO~) will be made if value of
  2135.  `version-control' is not the atom `never' and either there are already
  2136.  numeric versions of the file being backed up, or `version-control' is
  2137.  non-nil.
  2138. We don't want excessive versions piling up, so there are variables
  2139.  `kept-old-versions', which tells Emacs how many oldest versions to keep,
  2140.  and `kept-new-versions', which tells how many newest versions to keep.
  2141.  Defaults are 2 old versions and 2 new.
  2142. `dired-kept-versions' controls dired's clean-directory (.) command.
  2143. If `trim-versions-without-asking' is nil, system will query user
  2144.  before trimming versions.  Otherwise it does it silently.Fdelete-auto-save-file-if-necessary
  2145. Delete the auto-save filename for the current buffer (if it has one)
  2146. if variable  delete-auto-save-files  is non-nil.Fbasic-save-buffer
  2147. Save the current buffer in its visited file, if it has been modified.Fsave-some-buffers
  2148. Save some modified file-visiting buffers.  Asks user about each one.
  2149. With argument, saves all with no questions.Fnot-modified
  2150. Mark current buffer as unmodified, not needing to be saved.Ftoggle-read-only
  2151. Change whether this buffer is visiting its file read-only.Finsert-file
  2152. Insert contents of file FILENAME into buffer after point.
  2153. Set mark after the inserted text.Fappend-to-file
  2154. Append the contents of the region to the end of file FILENAME.
  2155. When called from a function, expects three arguments,
  2156. START, END and FILENAME.  START and END are buffer positions
  2157. saying what text to write.Vrevert-buffer-function
  2158. Function to use to revert this buffer, or nil to do the default.Frevert-buffer
  2159. Replace the buffer text with the text of the visited file on disk.
  2160. This undoes all changes since the file was visited or saved.
  2161. If latest auto-save file is more recent than the visited file,
  2162. asks user whether to use that instead.
  2163. First argument (optional) non-nil means don't offer to use auto-save file.
  2164.  This is the prefix arg when called interactively.
  2165.  
  2166. Second argument (optional) non-nil means don't ask for confirmation at all.
  2167.  
  2168. If revert-buffer-function's value is non-nil, it is called to do the work.Frecover-file
  2169. Visit file FILE, but get contents from its last auto-save file.Fkill-some-buffers
  2170. For each buffer, ask whether to kill it.Fauto-save-mode
  2171. Toggle auto-saving of contents of current buffer.
  2172. With arg, turn auto-saving on if arg is positive, else off.Frename-auto-save-file
  2173. Adjust current buffer's auto save file name for current conditions.
  2174. Also rename any existing auto save file.Fmake-auto-save-file-name
  2175. Return file name to use for auto-saves of current buffer.
  2176. Does not consider auto-save-visited-file-name; that is checked
  2177. before calling this function.
  2178. You can redefine this for customization.
  2179. See also auto-save-file-name-p.Fauto-save-file-name-p
  2180. Return non-nil if FILENAME can be yielded by make-auto-save-file-name.
  2181. FILENAME should lack slashes.
  2182. You can redefine this for customization.Vlist-directory-brief-switches
  2183. *Switches for list-directory to pass to `ls' for brief listing,Vlist-directory-verbose-switches
  2184. *Switches for list-directory to pass to `ls' for verbose listing,Flist-directory
  2185. Display a list of files in or matching DIRNAME, a la `ls'.
  2186. DIRNAME is globbed by the shell if necessary.
  2187. Prefix arg (second arg if noninteractive) means supply -l switch to `ls'.
  2188. Actions controlled by variables list-directory-brief-switches
  2189.  and list-directory-verbose-switches.Fsave-buffers-kill-emacs
  2190. Offer to save each buffer, then kill this Emacs fork.
  2191. With prefix arg, silently save all file-visiting buffers, then kill.Vctl-x-4-map
  2192. Keymap for subcommands of C-x 4Fsplit-window-vertically
  2193. Split current window into two windows, one above the other.
  2194. This window becomes the uppermost of the two, and gets
  2195. ARG lines.  No arg means split equally.Fsplit-window-horizontally
  2196. Split current window into two windows side by side.
  2197. This window becomes the leftmost of the two, and gets
  2198. ARG columns.  No arg means split equally.Fenlarge-window-horizontally
  2199. Make current window ARG columns wider.Fshrink-window-horizontally
  2200. Make current window ARG columns narrower.Findent-according-to-mode
  2201. Indent line in proper way for current major mode.Findent-for-tab-command
  2202. Indent line in proper way for current major mode.Findent-rigidly
  2203. Indent all lines starting in the region sideways by ARG columns.
  2204. Called from a program, takes three arguments, START, END and ARG.Vindent-region-function
  2205. Function which is short cut to indent each line in region with Tab.
  2206. nil means really call Tab on each line.Findent-region
  2207. Indent each nonblank line in the region.
  2208. With no argument, indent each line with Tab.
  2209. With argument COLUMN, indent each line to that column.
  2210. Called from a program, takes three args: START, END and COLUMN.Findent-relative-maybe
  2211. Indent a new line like previous nonblank line.Findent-relative
  2212. Space out to under next indent point in previous nonblank line.
  2213. An indent point is a non-whitespace character following whitespace.
  2214. If the previous nonblank line has no indent points beyond
  2215. the column point starts at,  tab-to-tab-stop  is done instead.Vtab-stop-list
  2216. *List of tab stop positions used by tab-to-tab-stops.Vedit-tab-stops-map
  2217. Keymap used in edit-tab-stops.Vedit-tab-stops-buffer
  2218. Buffer whose tab stops are being edited--in case
  2219. the variable tab-stop-list is local in that buffer.Fedit-tab-stops
  2220. Edit the tab stops used by tab-to-tab-stop.
  2221. Creates a buffer *Tab Stops* containing text describing the tab stops.
  2222. A colon indicates a column where there is a tab stop.
  2223. You can add or remove colons and then do C-c C-c to make changes take effect.Fedit-tab-stops-note-changes
  2224. Put edited tab stops into effect.Ftab-to-tab-stop
  2225. Insert spaces or tabs to next defined tab-stop column.
  2226. The variable tab-stop-list is a list of columns at which there are tab stops.
  2227. Use \[edit-tab-stops] to edit them interactively.Vmode-line-buffer-identification
  2228. Mode-line control for identifying the buffer being displayed.
  2229. Its default value is "Emacs: %17b".  Major modes that edit things
  2230. other than ordinary files may change this (e.g. Info, Dired,...)Vmode-line-process
  2231. Mode-line control for displaying info on process status.
  2232. Normally nil in most modes, since there is no process to display.Vmode-line-modified
  2233. Mode-line control for displaying whether current buffer is modified.Vminor-mode-alist
  2234. Alist saying how to show minor modes in the mode line.
  2235. Each element looks like (VARIABLE STRING);
  2236. STRING is included in the mode line iff VARIABLE's value is non-nil.Vfunction-keymap
  2237. Keymap containing definitions of keypad and function keys.Vparagraph-start
  2238. *Regexp for beginning of a line that starts OR separates paragraphs.Vparagraph-separate
  2239. *Regexp for beginning of a line that separates paragraphs.
  2240. If you change this, you may have to change paragraph-start also.Vsentence-end
  2241. *Regexp describing the end of a sentence.
  2242. All paragraph boundaries also end sentences, regardless.Vpage-delimiter
  2243. *Regexp describing line-beginnings that separate pages.Vcase-replace
  2244. *Non-nil means query-replace should preserve case in replacements.Vindent-line-function
  2245. Function to indent current line.Vonly-global-abbrevs
  2246. *t means user plans to use global abbrevs only.
  2247. Makes the commands to define mode-specific abbrevs define global ones instead.Vcompile-command
  2248. *Last shell command used to do a compilation; default for next compilation.Vdired-listing-switches
  2249. *Switches passed to ls for Dired.  MUST contain the `l' option.
  2250. MUST NOT contain the `F, `s' or `i'' option.Vlpr-switches
  2251. *List of strings to pass as extra switch args to lpr when it is invoked.Vtags-file-name
  2252. *File name of tag table.
  2253. To switch to a new tag table, setting this variable is sufficient.
  2254. Use the `etags' program to make a tag table file.Vshell-prompt-pattern
  2255. *Regexp used by Newline command in shell mode to match subshell prompts.
  2256. Anything from beginning of line up to the end of what this pattern matches
  2257. is deemed to be prompt, and is not reexecuted.Vledit-save-files
  2258. *Non-nil means Ledit should save files before transferring to Lisp.Vledit-go-to-lisp-string
  2259. *Shell commands to execute to resume Lisp job.Vledit-go-to-liszt-string
  2260. *Shell commands to execute to resume Lisp compiler job.Vdisplay-time-day-and-date
  2261. *Non-nil means M-x display-time should display day and date as well as time.Vauto-mode-alist
  2262. Alist of filename patterns vs corresponding major mode functions.
  2263. Each element looks like (REGEXP . FUNCTION).
  2264. Visiting a file whose name matches REGEXP causes FUNCTION to be called.Vctl-x-4-map
  2265. Keymap for subcommands of C-x 4Fadd-change-log-entry
  2266. Find change log file and add an entry for today.
  2267. First arg (interactive prefix) non-nil means prompt for user name and site.
  2268. Second arg is file name of change log.
  2269. Optional third arg OTHER-WINDOW non-nil means visit in other window.Fadd-change-log-entry-other-window
  2270. Find change log file in other window, and add an entry for today.F`
  2271. (` FORM) Expands to a form that will generate FORM.
  2272. FORM is `almost quoted' -- see backquote.el for a description.Fbyte-compile-file
  2273. Compile a file of Lisp code named FILENAME into a file of byte code.
  2274. The output file's name is made by appending "c" to the end of FILENAME.Fbyte-recompile-directory
  2275. Recompile every .el file in DIRECTORY that needs recompilation.
  2276. This is if a .elc file exists but is older than the .el file.
  2277. If the .elc file does not exist, offer to compile the .el file
  2278. only if a prefix argument has been specified.Fbatch-byte-compile
  2279. Runs byte-compile-file on the files remaining on the command line.
  2280. Must be used only with -batch, and kills emacs on completion.
  2281. Each file will be processed even if an error occurred previously.
  2282. For example, invoke "emacs -batch -f batch-byte-compile $emacs/ ~/*.el"Fcalendar
  2283. Display three-month calendar in another window.
  2284. The three months appear side by side, with the current month in the middle
  2285. surrounded by the previous and next months.  The cursor is put on today's date.
  2286.  
  2287. An optional prefix argument ARG causes the calendar displayed to be
  2288. ARG months in the future if ARG is positive or in the past if ARG is
  2289. negative; in this case the cursor goes on the first day of the month.
  2290.  
  2291. The Gregorian calendar is assumed.
  2292.  
  2293. After preparing the calendar window, the hooks calendar-hook are run
  2294. when the calendar is for the current month--that is, the was no prefix
  2295. argument.  If the calendar is for a future or past month--that is, there
  2296. was a prefix argument--the hooks offset-calendar-hook are run.  Thus, for
  2297. example, setting calendar-hooks to 'star-date will cause today's date to be
  2298. replaced by asterisks to highlight it in the window.Flist-command-history
  2299. List history of commands typed to minibuffer.
  2300. The number of commands listed is controlled by  list-command-history-max.
  2301. Calls value of  list-command-history-filter  (if non-nil) on each history
  2302. element to judge if that element should be excluded from the list.
  2303.  
  2304. The buffer is left in Command History mode.Fcommand-history-mode
  2305. Major mode for examining commands from  command-history.
  2306. The number of commands listed is controlled by  list-command-history-max.
  2307. The command history is filtered by  list-command-history-filter  if non-nil.
  2308.  
  2309. Like Emacs-Lisp Mode except that characters do not insert themselves and
  2310. Digits provide prefix arguments.  Tab does not indent.
  2311. \{command-history-map}
  2312. Calls the value of  command-history-hook  if that is non-nil
  2313. The Command History listing is recomputed each time this mode is
  2314. invoked.Frepeat-matching-complex-command
  2315. Edit and re-evaluate complex command with name matching PATTERN.
  2316. Matching occurrences are displayed, most recent first, until you
  2317. select a form for evaluation.  If PATTERN is empty (or nil), every form
  2318. in the command history is offered.  The form is placed in the minibuffer
  2319. for editing and the result is evaluated.Fcompare-windows
  2320. Compare text in current window with text in next window.
  2321. Compares the text starting at point in each window,
  2322. moving over text in each one as far as they match.Fcompile
  2323. Compile the program including the current buffer.  Default: run `make'.
  2324. Runs COMMAND, a shell command, in a separate process asynchronously
  2325. with output going to the buffer *compilation*.
  2326. You can then use the command \[next-error] to find the next error message
  2327. and move to the source code that caused it.Fgrep
  2328. Run grep, with user-specified args, and collect output in a buffer.
  2329. While grep runs asynchronously, you can use the \[next-error] command
  2330. to find the text that grep hits refer to.Fnext-error
  2331. Visit next compilation error message and corresponding source code.
  2332. This operates on the output from the \[compile] command.
  2333. If all preparsed error messages have been processed,
  2334. the error message buffer is checked for new ones.
  2335. A non-nil argument (prefix arg, if interactive)
  2336. means reparse the error message buffer and start at the first error.Fdabbrev-expand
  2337. Expand previous word "dynamically".
  2338. Expands to the most recent, preceding word for which this is a prefix.
  2339. If no suitable preceding word is found, words following point are considered.
  2340.  
  2341. A positive prefix argument, N, says to take the Nth backward DISTINCT
  2342. possibility.  A negative argument says search forward.  The variable
  2343. dabbrev-backward-only may be used to limit the direction of search to
  2344. backward if set non-nil.
  2345.  
  2346. If the cursor has not moved from the end of the previous expansion and
  2347. no argument is given, replace the previously-made expansion
  2348. with the next possible expansion not yet tried.Fdebug
  2349. Enter debugger.  Returns if user says "continue".
  2350. Arguments are mainly for use when this is called
  2351.  from the internals of the evaluator.
  2352. You may call with no args, or you may
  2353.  pass nil as the first arg and any other args you like.
  2354.  In that case, the list of args after the first will 
  2355.  be printed into the backtrace buffer.Fcancel-debug-on-entry
  2356. Undoes effect of debug-on-entry on FUNCTION.Fdebug-on-entry
  2357. Request FUNCTION to invoke debugger each time it is called.
  2358. If the user continues, FUNCTION's execution proceeds.
  2359. Works by modifying the definition of FUNCTION,
  2360. which must be written in Lisp, not predefined.
  2361. Use `cancel-debug-on-entry' to cancel the effect of this command.
  2362. Redefining FUNCTION also does that.Fdired
  2363. "Edit" directory DIRNAME--delete, rename, print, etc. some files in it.
  2364. Dired displays a list of files in DIRNAME.
  2365. You can move around in it with the usual commands.
  2366. You can flag files for deletion with C-d
  2367. and then delete them by typing `x'.
  2368. Type `h' after entering dired for more info.Fdired-other-window
  2369. "Edit" directory DIRNAME.  Like \[dired] but selects in another window.Fdired-noselect
  2370. Like M-x dired but returns the dired buffer as value, does not select it.Fdissociated-press
  2371. Dissociate the text of the current buffer.
  2372. Output goes in buffer named *Dissociation*,
  2373. which is redisplayed each time text is added to it.
  2374. Every so often the user must say whether to continue.
  2375. If ARG is positive, require ARG chars of continuity.
  2376. If ARG is negative, require -ARG words of continuity.
  2377. Default is 2.Fdoctor
  2378. Switch to *doctor* buffer and start giving psychotherapy.Fdisassemble
  2379. Print disassembled code for OBJECT on (optional) STREAM.
  2380. OBJECT can be a function name, lambda expression or any function object
  2381. returned by SYMBOL-FUNCTION.  If OBJECT is not already compiled, we will
  2382. compile it (but not redefine it).Felectric-buffer-list
  2383. Vaguely like ITS lunar select buffer;
  2384. combining typeoutoid buffer listing with menuoid buffer selection.
  2385.  
  2386. This pops up a buffer describing the set of emacs buffers.
  2387. If the very next character typed is a space then the buffer list
  2388.  window disappears.
  2389.  
  2390. Otherwise, one may move around in the buffer list window, marking
  2391.  buffers to be selected, saved or deleted.
  2392.  
  2393. To exit and select a new buffer, type Space when the cursor is on the
  2394.  appropriate line of the buffer-list window.
  2395.  
  2396. Other commands are much like those of buffer-menu-mode.
  2397.  
  2398. Calls value of  electric-buffer-menu-mode-hook  on entry if non-nil.
  2399.  
  2400. \{electric-buffer-menu-mode-map}Felectric-command-history
  2401. Major mode for examining and redoing commands from  command-history.
  2402. The number of command listed is controlled by  list-command-history-max.
  2403. The command history is filtered by  list-command-history-filter  if non-nil.
  2404. Combines typeout Command History list window with menu like selection
  2405. of an expression from the history for re-evaluation in the *original* buffer.
  2406.  
  2407. The history displayed is filtered by  list-command-history-filter  if non-nil.
  2408.  
  2409. This pops up a window with the Command History listing.  If the very
  2410. next character typed is Space, the listing is killed and the previous
  2411. window configuration is restored.  Otherwise, you can browse in the
  2412. Command History with  Return  moving down and  Delete  moving up, possibly
  2413. selecting an expression to be redone with Space or quitting with `Q'.
  2414.  
  2415. Like Emacs-Lisp Mode except that characters do not insert themselves and
  2416. Tab and linefeed do not indent.  Instead these commands are provided:
  2417. Space or !    edit then evaluate current line in history inside
  2418.            the ORIGINAL buffer which invoked this mode.
  2419.            The previous window configuration is restored
  2420.            unless the invoked command changes it.
  2421. C-c C-c, C-], Q    Quit and restore previous window configuration.
  2422. LFD, RET    Move to the next line in the history.
  2423. DEL        Move to the previous line in the history.
  2424. ?        Provides a complete list of commands.
  2425.  
  2426. Calls the value of  electric-command-history-hook  if that is non-nil
  2427. The Command History listing is recomputed each time this mode is invoked.Fedt-emulation-on
  2428. Begin emulating DEC's EDT editor.
  2429. Certain keys are rebound; including nearly all keypad keys.
  2430. Use \[edt-emulation-off] to undo all rebindings except the keypad keys.
  2431. Note that this function does not work if called directly from the .emacs file.
  2432. Instead, the .emacs file should do (setq term-setup-hook 'edt-emulation-on)
  2433. Then this function will be called at the time when it will work.Ffortran-mode
  2434. Major mode for editing fortran code.
  2435. Tab indents the current fortran line correctly. 
  2436. `do' statements must not share a common `continue'.
  2437.  
  2438. Type `;?' or `;\[help-command]' to display a list of built-in abbrevs for Fortran keywords.
  2439.  
  2440. Variables controlling indentation style and extra features:
  2441.  
  2442.  comment-start
  2443.     Normally nil in Fortran mode.  If you want to use comments
  2444.     starting with `!', set this to the string "!".
  2445.  fortran-do-indent
  2446.     Extra indentation within do blocks.  (default 3)
  2447.  fortran-if-indent
  2448.     Extra indentation within if blocks.  (default 3)
  2449.  fortran-continuation-indent
  2450.     Extra indentation appled to continuation statements.  (default 5)
  2451.  fortran-comment-line-column
  2452.     Amount of indentation for text within full-line comments. (default 6)
  2453.  fortran-comment-indent-style
  2454.     nil    means don't change indentation of text in full-line comments,
  2455.     fixed  means indent that text at column fortran-comment-line-column
  2456.     relative  means indent at fortran-comment-line-column beyond the
  2457.            indentation for a line of code.
  2458.     Default value is fixed.
  2459.  fortran-comment-indent-char
  2460.     Character to be inserted instead of space for full-line comment
  2461.     indentation.  (default is a space)
  2462.  fortran-minimum-statement-indent
  2463.     Minimum indentation for fortran statements. (default 6)
  2464.  fortran-line-number-indent
  2465.     Maximum indentation for line numbers.  A line number will get
  2466.     less than this much indentation if necessary to avoid reaching
  2467.     column 5.  (default 1)
  2468.  fortran-check-all-num-for-matching-do
  2469.     Non-nil causes all numbered lines to be treated as possible 'continue'
  2470.     statements.  (default nil)
  2471.  fortran-continuation-char
  2472.     character to be inserted in column 5 of a continuation line.
  2473.     (default $)
  2474.  fortran-comment-region
  2475.     String inserted by \[fortran-comment-region] at start of each line in 
  2476.     region.  (default "c$$$")
  2477.  fortran-electric-line-number
  2478.     Non-nil causes line number digits to be moved to the correct column 
  2479.     as typed.  (default t)
  2480.  fortran-startup-message
  2481.     Set to nil to inhibit message first time fortran-mode is used.
  2482.  
  2483. Turning on Fortran mode calls the value of the variable fortran-mode-hook 
  2484. with no args, if that value is non-nil.
  2485. \{fortran-mode-map}Fftp-find-file
  2486. FTP to HOST to get FILE, logging in as USER with password PASSWORD.
  2487. Interactively, HOST and FILE are specified by reading a string with
  2488.  a colon character separating the host from the filename.
  2489. USER and PASSWORD are defaulted from the values used when
  2490.  last ftping from HOST (unless password-remembering is disabled).
  2491.  Supply a password of the symbol `t' to override this default
  2492.  (interactively, this is done by giving a prefix arg)Fftp-write-file
  2493. FTP to HOST to write FILE, logging in as USER with password PASSWORD.
  2494. Interactively, HOST and FILE are specified by reading a string with colon
  2495. separating the host from the filename.
  2496. USER and PASSWORD are defaulted from the values used when
  2497.  last ftping from HOST (unless password-remembering is disabled).
  2498.  Supply a password of the symbol `t' to override this default
  2499.  (interactively, this is done by giving a prefix arg)Fgdb
  2500. Run gdb on program FILE in buffer *gdb-FILE*.
  2501. The directory containing FILE becomes the initial working directory
  2502. and source-file directory for GDB.  If you wish to change this, use
  2503. the GDB commands `cd DIR' and `directory'.Fset-gosmacs-bindings
  2504. Rebind some keys globally to make GNU Emacs resemble Gosling Emacs.
  2505. Use \[set-gnu-bindings] to restore previous global bindings.Fhanoi
  2506. Towers of Hanoi diversion.  Argument is number of rings.FHelper-help
  2507. Provide help for current mode.FHelper-describe-bindings
  2508. Describe local key bindings of current mode.Finfo
  2509. Enter Info, the documentation browser.FInfo-tagify
  2510. Create or update Info-file tag table in current buffer.FInfo-validate
  2511. Check current buffer for validity as an Info file.
  2512. Check that every node pointer points to an existing node.FInfo-split
  2513. Split an info file into an indirect file plus bounded-size subfiles.
  2514. Each subfile will be up to 50000 characters plus one node.
  2515.  
  2516. To use this command, first visit a large Info file that has a tag table.
  2517. The buffer is modified into a (small) indirect info file
  2518. which should be saved in place of the original visited file.
  2519.  
  2520. The subfiles are written in the same directory the original file is in,
  2521. with names generated by appending `-' and a number to the original file name.
  2522.  
  2523. The indirect file still functions as an Info file, but it contains
  2524. just the tag table and a directory of subfiles.Fbatch-info-validate
  2525. Runs  Info-validate  on the files remaining on the command line.
  2526. Must be used only with -batch, and kills emacs on completion.
  2527. Each file will be processed even if an error occurred previously.
  2528. For example, invoke "emacs -batch -f batch-info-validate $info/ ~/*.info"Fledit-mode
  2529. Major mode for editing text and stuffing it to a Lisp job.
  2530. Like Lisp mode, plus these special commands:
  2531.   M-C-d    -- record defun at or after point
  2532.        for later transmission to Lisp job.
  2533.   M-C-r -- record region for later transmission to Lisp job.
  2534.   C-x z -- transfer to Lisp job and transmit saved text.
  2535.   M-C-c -- transfer to Liszt (Lisp compiler) job
  2536.        and transmit saved text.
  2537. \{ledit-mode-map}
  2538. To make Lisp mode automatically change to Ledit mode,
  2539. do (setq lisp-mode-hook 'ledit-from-lisp-mode)Flpr-buffer
  2540. Print buffer contents as with Unix command `lpr'.
  2541. `lpr-switches' is a list of extra switches (strings) to pass to lpr.Fprint-buffer
  2542. Print buffer contents as with Unix command `lpr -p'.
  2543. `lpr-switches' is a list of extra switches (strings) to pass to lpr.Flpr-region
  2544. Print region contents as with Unix command `lpr'.
  2545. `lpr-switches' is a list of extra switches (strings) to pass to lpr.Fprint-region
  2546. Print region contents as with Unix command `lpr -p'.
  2547. `lpr-switches' is a list of extra switches (strings) to pass to lpr.Finsert-kbd-macro
  2548. Insert in buffer the definition of kbd macro NAME, as Lisp code.
  2549. Second argument KEYS non-nil means also record the keys it is on.
  2550.  (This is the prefix argument, when calling interactively.)
  2551.  
  2552. This Lisp code will, when executed, define the kbd macro with the
  2553. same definition it has now.  If you say to record the keys,
  2554. the Lisp code will also rebind those keys to the macro.
  2555. Only global key bindings are recorded since executing this Lisp code
  2556. always makes global bindings.
  2557.  
  2558. To save a kbd macro, visit a file of Lisp code such as your ~/.emacs,
  2559. use this command, and then save the file.Fkbd-macro-query
  2560. Query user during kbd macro execution.
  2561. With prefix argument, enters recursive edit,
  2562.  reading keyboard commands even within a kbd macro.
  2563.  You can give different commands each time the macro executes.
  2564. Without prefix argument, reads a character.  Your options are:
  2565.  Space -- execute the rest of the macro.
  2566.  DEL -- skip the rest of the macro; start next repetition.
  2567.  C-d -- skip rest of the macro and don't repeat it any more.
  2568.  C-r -- enter a recursive edit, then on exit ask again for a character
  2569.  C-l -- redisplay screen and ask again.Fname-last-kbd-macro
  2570. Assign a name to the last keyboard macro defined.
  2571. One arg, a symbol, which is the name to define.
  2572. The symbol's function definition becomes the keyboard macro string.
  2573. Such a "function" cannot be called from Lisp, but it is a valid command
  2574. definition for the editor command loop.Fmake-command-summary
  2575. Make a summary of current key bindings in the buffer *Summary*.
  2576. Previous contents of that buffer are killed first.Fdefine-mail-alias
  2577. Define NAME as a mail-alias that translates to DEFINITION.Fmanual-entry
  2578. Display the Unix manual entry for TOPIC.
  2579. TOPIC is either the title of the entry, or has the form TITLE(SECTION)
  2580. where SECTION is the desired section of the manual, as in `tty(4)'.Fmh-rmail
  2581. Inc(orporate) new mail (no arg) or scan a MH mail box (arg given).
  2582. This front end uses the MH mail system, which uses different conventions
  2583. from the usual mail system.Fmh-smail
  2584. Send mail using the MH mail system.Fconvert-mocklisp-buffer
  2585. Convert buffer of Mocklisp code to real Lisp that GNU Emacs can run.Fmodula-2-mode
  2586. This is a mode intended to support program development in Modula-2.
  2587. All control constructs of Modula-2 can be reached by typing
  2588. Control-C followed by the first character of the construct.
  2589. \{m2-mode-map}
  2590.   Control-c b begin         Control-c c case
  2591.   Control-c d definition    Control-c e else
  2592.   Control-c f for           Control-c h header
  2593.   Control-c i if            Control-c m module
  2594.   Control-c l loop          Control-c o or
  2595.   Control-c p procedure     Control-c Control-w with
  2596.   Control-c r record        Control-c s stdio
  2597.   Control-c t type          Control-c u until
  2598.   Control-c v var           Control-c w while
  2599.   Control-c x export        Control-c y import
  2600.   Control-c { begin-comment Control-c } end-comment
  2601.   Control-c Control-z suspend-emacs     Control-c Control-t toggle
  2602.   Control-c Control-c compile           Control-x ` next-error
  2603.   Control-c Control-l link
  2604.  
  2605.    m2-indent controls the number of spaces for each indentation.
  2606.    m2-compile-command holds the command to compile a Modula-2 program.
  2607.    m2-link-command holds the command to link a Modula-2 program.Fenable-command
  2608. Allow COMMAND to be executed without special confirmation from now on.
  2609. The user's .emacs file is altered so that this will apply
  2610. to future sessions.Fdisable-command
  2611. Require special confirmation to execute COMMAND from now on.
  2612. The user's .emacs file is altered so that this will apply
  2613. to future sessions.Fnroff-mode
  2614. Major mode for editing text intended for nroff to format.
  2615. \{nroff-mode-map}
  2616. Turning on Nroff mode runs text-mode-hook, then nroff-mode-hook.
  2617. Also, try nroff-electric-mode, for automatically inserting
  2618. closing requests for requests that are used in matched pairs.Flist-options
  2619. Display a list of Emacs user options, with values and documentation.Fedit-options
  2620. Edit a list of Emacs user option values.
  2621. Selects a buffer containing such a list,
  2622. in which there are commands to set the option values.
  2623. Type \[describe-mode] in that buffer for a list of commands.Foutline-mode
  2624. Set major mode for editing outlines with selective display.
  2625. Headings are lines which start with asterisks: one for major headings,
  2626. two for subheadings, etc.  Lines not starting with asterisks are body lines. 
  2627.  
  2628. Body text or subheadings under a heading can be made temporarily
  2629. invisible, or visible again.  Invisible lines are attached to the end 
  2630. of the heading, so they move with it, if the line is killed and yanked
  2631. back.  A heading with text hidden under it is marked with an ellipsis (...).
  2632.  
  2633. Commands:
  2634. C-c C-n   outline-next-visible-heading      move by visible headings
  2635. C-c C-p   outline-previous-visible-heading
  2636. C-c C-f   outline-forward-same-level        similar but skip subheadings
  2637. C-c C-b   outline-backward-same-level
  2638. C-c C-u   outline-up-heading            move from subheading to heading
  2639.  
  2640. Meta-x hide-body    make all text invisible (not headings).
  2641. Meta-x show-all        make everything in buffer visible.
  2642.  
  2643. The remaining commands are used when point is on a heading line.
  2644. They apply to some of the body or subheadings of that heading.
  2645. C-c C-h   hide-subtree    make body and subheadings invisible.
  2646. C-c C-s   show-subtree    make body and subheadings visible.
  2647. C-c C-i   show-children    make direct subheadings visible.
  2648.          No effect on body, or subheadings 2 or more levels down.
  2649.          With arg N, affects subheadings N levels down.
  2650. M-x hide-entry       make immediately following body invisible.
  2651. M-x show-entry       make it visible.
  2652. M-x hide-leaves       make body under heading and under its subheadings invisible.
  2653.              The subheadings remain visible.
  2654. M-x show-branches  make all subheadings at all levels visible.
  2655.  
  2656. The variable outline-regexp can be changed to control what is a heading.
  2657. A line is a heading if outline-regexp matches something at the
  2658. beginning of the line.  The longer the match, the deeper the level.
  2659.  
  2660. Turning on outline mode calls the value of text-mode-hook and then of
  2661. outline-mode-hook, if they are non-nil.Fedit-picture
  2662. Switch to Picture mode, in which a quarter-plane screen model is used.
  2663. Printing characters replace instead of inserting themselves with motion
  2664. afterwards settable by these commands:
  2665.   C-c <      Move left after insertion.
  2666.   C-c >      Move right after insertion.
  2667.   C-c ^      Move up after insertion.
  2668.   C-c .      Move down after insertion.
  2669.   C-c `      Move northwest (nw) after insertion.
  2670.   C-c '      Move northeast (ne) after insertion.
  2671.   C-c /      Move southwest (sw) after insertion.
  2672.   C-c \   Move southeast (se) after insertion.
  2673. The current direction is displayed in the mode line.  The initial
  2674. direction is right.  Whitespace is inserted and tabs are changed to
  2675. spaces when required by movement.  You can move around in the buffer
  2676. with these commands:
  2677.   C-p      Move vertically to SAME column in previous line.
  2678.   C-n      Move vertically to SAME column in next line.
  2679.   C-e      Move to column following last non-whitespace character.
  2680.   C-f      Move right inserting spaces if required.
  2681.   C-b      Move left changing tabs to spaces if required.
  2682.   C-c C-f Move in direction of current picture motion.
  2683.   C-c C-b Move in opposite direction of current picture motion.
  2684.   Return  Move to beginning of next line.
  2685. You can edit tabular text with these commands:
  2686.   M-Tab      Move to column beneath (or at) next interesting charecter.
  2687.         `Indents' relative to a previous line.
  2688.   Tab      Move to next stop in tab stop list.
  2689.   C-c Tab Set tab stops according to context of this line.
  2690.         With ARG resets tab stops to default (global) value.
  2691.         See also documentation of variable    picture-tab-chars
  2692.         which defines "interesting character".  You can manually
  2693.         change the tab stop list with command \[edit-tab-stops].
  2694. You can manipulate text with these commands:
  2695.   C-d      Clear (replace) ARG columns after point without moving.
  2696.   C-c C-d Delete char at point - the command normally assigned to C-d.
  2697.   Delete  Clear (replace) ARG columns before point, moving back over them.
  2698.   C-k      Clear ARG lines, advancing over them.     The cleared
  2699.         text is saved in the kill ring.
  2700.   C-o      Open blank line(s) beneath current line.
  2701. You can manipulate rectangles with these commands:
  2702.   C-c C-k Clear (or kill) a rectangle and save it.
  2703.   C-c C-w Like C-c C-k except rectangle is saved in named register.
  2704.   C-c C-y Overlay (or insert) currently saved rectangle at point.
  2705.   C-c C-x Like C-c C-y except rectangle is taken from named register.
  2706.   \[copy-rectangle-to-register]   Copies a rectangle to a register.
  2707.   \[advertised-undo]   Can undo effects of rectangle overlay commands
  2708.         commands if invoked soon enough.
  2709. You can return to the previous mode with:
  2710.   C-c C-c Which also strips trailing whitespace from every line.
  2711.         Stripping is suppressed by supplying an argument.
  2712.  
  2713. Entry to this mode calls the value of  edit-picture-hook  if non-nil.
  2714.  
  2715. Note that Picture mode commands will work outside of Picture mode, but
  2716. they are not defaultly assigned to keys.Fprolog-mode
  2717. Major mode for editing Prolog code for Prologs.
  2718. Blank lines and `%%...' separate paragraphs.  `%'s start comments.
  2719. Commands:
  2720. \{prolog-mode-map}
  2721. Entry to this mode calls the value of prolog-mode-hook
  2722. if that value is non-nil.Frun-prolog
  2723. Run an inferior Prolog process, input and output via buffer *prolog*.Fclear-rectangle
  2724. Blank out rectangle with corners at point and mark.
  2725. The text previously in the region is overwritten by the blanks.Fdelete-rectangle
  2726. Delete (don't save) text in rectangle with point and mark as corners.
  2727. The same range of columns is deleted in each line
  2728. starting with the line where the region begins
  2729. and ending with the line where the region ends.Fdelete-extract-rectangle
  2730. Return and delete contents of rectangle with corners at START and END.
  2731. Value is list of strings, one for each line of the rectangle.Fextract-rectangle
  2732. Return contents of rectangle with corners at START and END.
  2733. Value is list of strings, one for each line of the rectangle.Finsert-rectangle
  2734. Insert text of RECTANGLE with upper left corner at point.
  2735. RECTANGLE's first line is inserted at point,
  2736. its second line is inserted at a point vertically under point, etc.
  2737. RECTANGLE should be a list of strings.Fkill-rectangle
  2738. Delete rectangle with corners at point and mark; save as last killed one.
  2739. Calling from program, supply two args START and END, buffer positions.
  2740. But in programs you might prefer to use delete-extract-rectangle.Fopen-rectangle
  2741. Blank out rectangle with corners at point and mark, shifting text right.
  2742. The text previously in the region is not overwritten by the blanks,
  2743. but insted winds up to the right of the rectangle.Fyank-rectangle
  2744. Yank the last killed rectangle with upper left corner at point.Frnews
  2745. Read USENET news for groups for which you are a member and add or
  2746. delete groups.
  2747. You can reply to articles posted and send articles to any group.
  2748.  
  2749. Type \[describe-mode] once reading news to get a list of rnews commands.Fnews-post-news
  2750. Begin editing a new USENET news article to be posted.
  2751. Type \[describe-mode] once editing the article to get a list of commands.Frmail
  2752. Read and edit incoming mail.
  2753. Moves messages into file named by  rmail-file-name  (a babyl format file)
  2754.  and edits that file in RMAIL Mode.
  2755. Type \[describe-mode] once editing that file, for a list of RMAIL commands.
  2756.  
  2757. May be called with filename as argument;
  2758. then performs rmail editing on that file,
  2759. but does not copy any new mail into the file.Frmail-input
  2760. Run RMAIL on file FILENAME.Vrmail-dont-reply-to-names
  2761. *A regular expression specifying names to prune in replying to messages.
  2762. nil means don't reply to yourself.Vrmail-default-dont-reply-to-names
  2763. A regular expression specifying part of the value of the default value of
  2764. the variable `rmail-dont-reply-to-names', for when the user does not set
  2765. `rmail-dont-reply-to-names' explicitly.  (The other part of the default
  2766. value is the user's name.)
  2767. It is useful to set this variable in the site customisation file.Vrmail-primary-inbox-list
  2768. *List of files which are inboxes for user's primary mail file ~/RMAIL.
  2769. `nil' means the default, which is ("~/mbox" "/usr/spool/mail/$USER")
  2770. (the second name varies depending on the operating system).Vrmail-ignored-headers
  2771. *Gubbish header fields one would rather not see.Vrmail-delete-after-output
  2772. *Non-nil means automatically delete a message that is copied to a file.Frun-scheme
  2773. Run an inferior Scheme process.
  2774. Output goes to the buffer `*scheme*'.
  2775. With argument, asks for a command line.Fscheme-mode
  2776. Major mode for editing Scheme code.
  2777. Editing commands are similar to those of lisp-mode.
  2778.  
  2779. In addition, if an inferior Scheme process is running, some additional
  2780. commands will be defined, for evaluating expressions and controlling
  2781. the interpreter, and the state of the process will be displayed in the
  2782. modeline of all Scheme buffers.  The names of commands that interact
  2783. with the Scheme process start with "xscheme-".  For more information
  2784. see the documentation for xscheme-interaction-mode.
  2785.  
  2786. Commands:
  2787. Delete converts tabs to spaces as it moves back.
  2788. Blank lines separate paragraphs.  Semicolons start comments.
  2789. \{scheme-mode-map}
  2790. Entry to this mode calls the value of scheme-mode-hook
  2791. if that value is non-nil.Fscribe-mode
  2792. Major mode for editing files of Scribe (a text formatter) source.
  2793. Scribe-mode is similar text-mode, with a few extra commands added.
  2794. \{scribe-mode-map}
  2795.  
  2796. Interesting variables:
  2797.  
  2798. scribe-fancy-paragraphs
  2799.   Non-nil makes Scribe mode use a different style of paragraph separation.
  2800.  
  2801. scribe-electric-quote
  2802.   Non-nil makes insert of double quote use `` or '' depending on context.
  2803.  
  2804. scribe-electric-parenthesis
  2805.   Non-nil makes an open-parenthesis char (one of `([<{')
  2806.   automatically insert its close if typed after an @Command form.Vsend-mail-function
  2807. Function to call to send the current buffer as mail.
  2808. The headers are delimited by a string found in mail-header-separator.Vmail-self-blind
  2809. *Non-nil means insert BCC to self in messages to be sent.
  2810. This is done when the message is initialized,
  2811. so you can remove or alter the BCC field to override the default.Vmail-interactive
  2812. *Non-nil means when sending a message wait for and display errors.
  2813. nil means let mailer mail back a message to report errors.Vmail-yank-ignored-headers
  2814. Delete these headers from old message when it's inserted in a reply.Vmail-header-separator
  2815. *Line used to separate headers from text in messages being composed.Vmail-archive-file-name
  2816. *Name of file to write all outgoing messages in, or nil for none.Vmail-aliases
  2817. Alias of mail address aliases,
  2818. or t meaning should be initialized from .mailrc.Fmail-other-window
  2819. Like `mail' command, but display mail buffer in another window.Fmail
  2820. Edit a message to be sent.  Argument means resume editing (don't erase).
  2821. Returns with message buffer selected; value t if message freshly initialized.
  2822. While editing message, type C-c C-c to send the message and exit.
  2823.  
  2824. Various special commands starting with C-c are available in sendmail mode
  2825. to move to message header fields:
  2826. \{mail-mode-map}
  2827.  
  2828. If mail-self-blind is non-nil, a BCC to yourself is inserted
  2829. when the message is initialized.
  2830.  
  2831. If mail-default-reply-to is non-nil, it should be an address (a string);
  2832. a Reply-to: field with that address is inserted.
  2833.  
  2834. If mail-archive-file-name is non-nil, an FCC field with that file name
  2835. is inserted.
  2836.  
  2837. If mail-setup-hook is bound, its value is called with no arguments
  2838. after the message is initialized.  It can add more default fields.
  2839.  
  2840. When calling from a program, the second through fifth arguments
  2841.  TO, SUBJECT, IN-REPLY-TO and CC specify if non-nil
  2842.  the initial contents of those header fields.
  2843.  These arguments should not have final newlines.
  2844. The sixth argument REPLYBUFFER is a buffer whose contents
  2845.  should be yanked if the user types C-c C-y.Vmail-use-rfc822
  2846. *If non-nil, use a full, hairy RFC822 parser on mail addresses.
  2847. Otherwise, (the default) use a smaller, somewhat faster and
  2848. often-correct parser.Fserver-start
  2849. Allow this Emacs process to be a server for client processes.
  2850. This starts a server communications subprocess through which
  2851. client "editors" can send your editing commands to this Emacs job.
  2852. To use the server, set up the program `etc/emacsclient' in the
  2853. Emacs distribution as your standard "editor".
  2854.  
  2855. Prefix arg means just kill any existing server communications subprocess.Frun-lisp
  2856. Run an inferior Lisp process, input and output via buffer *lisp*.Fshell
  2857. Run an inferior shell, with I/O through buffer *shell*.
  2858. If buffer exists but shell process is not running, make new shell.
  2859. Program used comes from variable explicit-shell-file-name,
  2860.  or (if that is nil) from the ESHELL environment variable,
  2861.  or else from SHELL if there is no ESHELL.
  2862. If a file ~/.emacs_SHELLNAME exists, it is given as initial input
  2863.  (Note that this may lose due to a timing error if the shell
  2864.   discards input when it starts up.)
  2865. The buffer is put in shell-mode, giving commands for sending input
  2866. and controlling the subjobs of the shell.  See shell-mode.
  2867. See also variable shell-prompt-pattern.
  2868.  
  2869. The shell file name (sans directories) is used to make a symbol name
  2870. such as `explicit-csh-arguments'.  If that symbol is a variable,
  2871. its value is used as a list of arguments when invoking the shell.
  2872. Otherwise, one argument `-i' is passed to the shell.
  2873.  
  2874. Note that many people's .cshrc files unconditionally clear the prompt.
  2875. If yours does, you will probably want to change it.Fsort-lines
  2876. Sort lines in region alphabetically; argument means descending order.
  2877. Called from a program, there are three arguments:
  2878. REVERSE (non-nil means reverse order), BEG and END (region to sort).Fsort-paragraphs
  2879. Sort paragraphs in region alphabetically; argument means descending order.
  2880. Called from a program, there are three arguments:
  2881. REVERSE (non-nil means reverse order), BEG and END (region to sort).Fsort-pages
  2882. Sort pages in region alphabetically; argument means descending order.
  2883. Called from a program, there are three arguments:
  2884. REVERSE (non-nil means reverse order), BEG and END (region to sort).Fsort-numeric-fields
  2885. Sort lines in region numerically by the ARGth field of each line.
  2886. Fields are separated by whitespace and numbered from 1 up.
  2887. Specified field must contain a number in each line of the region.
  2888. With a negative arg, sorts by the -ARG'th field, in reverse order.
  2889. Called from a program, there are three arguments:
  2890. FIELD, BEG and END.  BEG and END specify region to sort.Fsort-fields
  2891. Sort lines in region lexicographically by the ARGth field of each line.
  2892. Fields are separated by whitespace and numbered from 1 up.
  2893. With a negative arg, sorts by the -ARG'th field, in reverse order.
  2894. Called from a program, there are three arguments:
  2895. FIELD, BEG and END.  BEG and END specify region to sort.Fsort-columns
  2896. Sort lines in region alphabetically by a certain range of columns.
  2897. For the purpose of this command, the region includes
  2898. the entire line that point is in and the entire line the mark is in.
  2899. The column positions of point and mark bound the range of columns to sort on.
  2900. A prefix argument means sort into reverse order.
  2901.  
  2902. Note that sort-columns uses the sort utility program and therefore
  2903. cannot work on text containing TAB characters.  Use M-x untabify
  2904. to convert tabs to spaces before sorting.Fsort-regexp-fields
  2905. Sort the region lexicographically as specifed by RECORD-REGEXP and KEY.
  2906. RECORD-REGEXP specifies the textual units which should be sorted.
  2907.   For example, to sort lines RECORD-REGEXP would be "^.*$"
  2908. KEY specifies the part of each record (ie each match for RECORD-REGEXP)
  2909.   is to be used for sorting.
  2910.   If it is "\digit" then the digit'th "\(...\)" match field from
  2911.   RECORD-REGEXP is used.
  2912.   If it is "\&" then the whole record is used.
  2913.   Otherwise, it is a regular-expression for which to search within the record.
  2914. If a match for KEY is not found within a record then that record is ignored.
  2915.  
  2916. With a negative prefix arg sorts in reverse order.
  2917.  
  2918. For example: to sort lines in the region by the first word on each line
  2919.  starting with the letter "f",
  2920.  RECORD-REGEXP would be "^.*$" and KEY "\<f\w*\>"Fspell-buffer
  2921. Check spelling of every word in the buffer.
  2922. For each incorrect word, you are asked for the correct spelling
  2923. and then put into a query-replace to fix some or all occurrences.
  2924. If you do not want to change a word, just give the same word
  2925. as its "correct" spelling; then the query replace is skipped.Fspell-region
  2926. Like spell-buffer but applies only to region.
  2927. From program, applies from START to END.Fspell-word
  2928. Check spelling of word at or before point.
  2929. If it is not correct, ask user for the correct spelling
  2930. and query-replace the entire buffer to substitute it.Fspell-string
  2931. Check spelling of string supplied as argument.Funtabify
  2932. Convert all tabs in region to multiple spaces, preserving columns.
  2933. The variable tab-width controls the action.Ftabify
  2934. Convert multiple spaces in region to tabs when possible.
  2935. A group of spaces is partially replaced by tabs
  2936. when this can be done without changing the column they end at.
  2937. The variable tab-width controls the action.Ffind-tag
  2938. Find tag (in current tag table) whose name contains TAGNAME.
  2939.  Selects the buffer that the tag is contained in
  2940. and puts point at its definition.
  2941.  If TAGNAME is a null string, the expression in the buffer
  2942. around or before point is used as the tag name.
  2943.  If second arg NEXT is non-nil (interactively, with prefix arg),
  2944. searches for the next tag in the tag table
  2945. that matches the tagname used in the previous find-tag.
  2946.  
  2947. See documentation of variable tags-file-name.Ffind-tag-other-window
  2948. Find tag (in current tag table) whose name contains TAGNAME.
  2949.  Selects the buffer that the tag is contained in in another window
  2950. and puts point at its definition.
  2951.  If TAGNAME is a null string, the expression in the buffer
  2952. around or before point is used as the tag name.
  2953.  If second arg NEXT is non-nil (interactively, with prefix arg),
  2954. searches for the next tag in the tag table
  2955. that matches the tagname used in the previous find-tag.
  2956.  
  2957. See documentation of variable tags-file-name.Flist-tags
  2958. Display list of tags in file FILE.
  2959. FILE should not contain a directory spec
  2960. unless it has one in the tag table.Fnext-file
  2961. Select next file among files in current tag table.
  2962. Non-nil argument (prefix arg, if interactive)
  2963. initializes to the beginning of the list of files in the tag table.Ftags-apropos
  2964. Display list of all tags in tag table REGEXP matches.Ftags-loop-continue
  2965. Continue last \[tags-search] or \[tags-query-replace] command.
  2966. Used noninteractively with non-nil argument
  2967. to begin such a command.  See variable tags-loop-form.Ftag-table-files
  2968. Return a list of files in the current tag table.
  2969. File names returned are absolute.Ftags-query-replace
  2970. Query-replace-regexp FROM with TO through all files listed in tag table.
  2971. Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
  2972. If you exit (C-G or ESC), you can resume the query-replace
  2973. with the command \[tags-loop-continue].
  2974.  
  2975. See documentation of variable tags-file-name.Ftags-search
  2976. Search through all files listed in tag table for match for REGEXP.
  2977. Stops when a match is found.
  2978. To continue searching for next match, use command \[tags-loop-continue].
  2979.  
  2980. See documentation of variable tags-file-name.Fvisit-tags-table
  2981. Tell tags commands to use tag table file FILE.
  2982. FILE should be the name of a file created with the `etags' program.
  2983. A directory name is ok too; it means file TAGS in that directory.Ftelnet
  2984. Open a network login connection to host named HOST (a string).
  2985. Communication with HOST is recorded in a buffer *HOST-telnet*.
  2986. Normally input is edited in Emacs and sent a line at a time.Fterminal-emulator
  2987. Under a display-terminal emulator in BUFFER, run PROGRAM on arguments ARGS.
  2988. ARGS is a list of argument-strings.  Remaining arguments are WIDTH and HEIGHT.
  2989. BUFFER's contents are made an image of the display generated by that program,
  2990. and any input typed when BUFFER is the current Emacs buffer is sent to that
  2991. program an keyboard input.
  2992.  
  2993. Interactively, BUFFER defaults to "*terminal*" and PROGRAM and ARGS
  2994. are parsed from an input-string using your usual shell.
  2995. WIDTH and HEIGHT are determined from the size of the current window
  2996. -- WIDTH will be one less than the window's width, HEIGHT will be its height.
  2997.  
  2998. To switch buffers and leave the emulator, or to give commands
  2999. to the emulator itself (as opposed to the program running under it),
  3000. type Control-^.  The following character is an emulator command.
  3001. Type Control-^ twice to send it to the subprogram.
  3002. This escape character may be changed using the variable `terminal-escape-char'.
  3003.  
  3004. `Meta' characters may not currently be sent through the terminal emulator.
  3005.  
  3006. Here is a list of some of the variables which control the behaviour
  3007. of the emulator -- see their documentation for more information:
  3008. terminal-escape-char, terminal-scrolling, terminal-more-processing,
  3009. terminal-redisplay-interval.
  3010.  
  3011. This function calls the value of terminal-mode-hook if that exists
  3012. and is non-nil after the terminal buffer has been set up and the
  3013. subprocess started.
  3014.  
  3015. Presently with `termcap' only; if somebody sends us code to make this
  3016. work with `terminfo' we will try to use it.Flatex-mode
  3017. Major mode for editing files of input for LaTeX.
  3018. Makes $ and } display the characters they match.
  3019. Makes " insert `` when it seems to be the beginning of a quotation,
  3020. and '' when it appears to be the end; it inserts " only after a \.
  3021.  
  3022. Use \[TeX-region] to run LaTeX on the current region, plus the preamble
  3023. copied from the top of the file (containing \documentstyle, etc.),
  3024. running LaTeX under a special subshell.  \[TeX-buffer] does the whole buffer.
  3025. \[TeX-print] prints the .dvi file made by either of these.
  3026.  
  3027. Use \[validate-TeX-buffer] to check buffer for paragraphs containing
  3028. mismatched $'s or braces.
  3029.  
  3030. Special commands:
  3031. \{TeX-mode-map}
  3032.  
  3033. Mode variables:
  3034. TeX-directory
  3035.     Directory in which to create temporary files for TeX jobs
  3036.     run by \[TeX-region] or \[TeX-buffer].
  3037. TeX-dvi-print-command
  3038.     Command string used by \[TeX-print] to print a .dvi file.
  3039. TeX-show-queue-command
  3040.     Command string used by \[TeX-show-print-queue] to show the print
  3041.     queue that \[TeX-print] put your job on.
  3042.  
  3043. Entering LaTeX mode calls the value of text-mode-hook,
  3044. then the value of TeX-mode-hook, and then the value
  3045. of LaTeX-mode-hook.Fplain-tex-mode
  3046. Major mode for editing files of input for plain TeX.
  3047. Makes $ and } display the characters they match.
  3048. Makes " insert `` when it seems to be the beginning of a quotation,
  3049. and '' when it appears to be the end; it inserts " only after a \.
  3050.  
  3051. Use \[TeX-region] to run TeX on the current region, plus a "header"
  3052. copied from the top of the file (containing macro definitions, etc.),
  3053. running TeX under a special subshell.  \[TeX-buffer] does the whole buffer.
  3054. \[TeX-print] prints the .dvi file made by either of these.
  3055.  
  3056. Use \[validate-TeX-buffer] to check buffer for paragraphs containing
  3057. mismatched $'s or braces.
  3058.  
  3059. Special commands:
  3060. \{TeX-mode-map}
  3061.  
  3062. Mode variables:
  3063. TeX-directory
  3064.     Directory in which to create temporary files for TeX jobs
  3065.     run by \[TeX-region] or \[TeX-buffer].
  3066. TeX-dvi-print-command
  3067.     Command string used by \[TeX-print] to print a .dvi file.
  3068. TeX-show-queue-command
  3069.     Command string used by \[TeX-show-print-queue] to show the print
  3070.     queue that \[TeX-print] put your job on.
  3071.  
  3072. Entering plain-TeX mode calls the value of text-mode-hook,
  3073. then the value of TeX-mode-hook, and then the value
  3074. of plain-TeX-mode-hook.Ftex-mode
  3075. Major mode for editing files of input for TeX or LaTeX.
  3076. Trys to intuit whether this file is for plain TeX or LaTeX and
  3077. calls plain-tex-mode or latex-mode.  If it cannot be determined
  3078. (e.g., there are no commands in the file), the value of
  3079. TeX-default-mode is used.Ftexinfo-mode
  3080. Major mode for editing texinfo files.
  3081. These are files that are input for TEX and also to be turned
  3082. into Info files by \[texinfo-format-buffer].
  3083. These files must be written in a very restricted and
  3084. modified version of TEX input format.
  3085.  
  3086. As for editing commands, like text-mode except for syntax table,
  3087. which is set up so expression commands skip texinfo bracket groups.Ftexinfo-format-buffer
  3088. Process the current buffer as texinfo code, into an Info file.
  3089. The Info file output is generated in a buffer
  3090. visiting the Info file names specified in the @setfilename command.
  3091.  
  3092. Non-nil argument (prefix, if interactive) means don't make tag table
  3093. and don't split the file if large.  You can use Info-tagify and
  3094. Info-split to do these manually.Ftexinfo-format-region
  3095. Convert the the current region of the Texinfo file to Info format.
  3096. This lets you see what that part of the file will look like in Info.
  3097. The command is bound to \[texinfo-format-region].  The text that is
  3098. converted to Info is stored in a temporary buffer.Fbatch-texinfo-format
  3099. Runs  texinfo-format-buffer  on the files remaining on the command line.
  3100. Must be used only with -batch, and kills emacs on completion.
  3101. Each file will be processed even if an error occurred previously.
  3102. For example, invoke
  3103.   "emacs -batch -funcall batch-texinfo-format $docs/ ~/*.texinfo".Fdisplay-time
  3104. Display current time and load level in mode line of each buffer.
  3105. Updates automatically every minute.
  3106. If display-time-day-and-date is non-nil, the current day and date
  3107. are displayed as well.Funderline-region
  3108. Underline all nonblank characters in the region.
  3109. Works by overstriking underscores.
  3110. Called from program, takes two arguments START and END
  3111. which specify the range to operate on.Fununderline-region
  3112. Remove all underlining (overstruck underscores) in the region.
  3113. Called from program, takes two arguments START and END
  3114. which specify the range to operate on.Fask-user-about-lock
  3115. Ask user what to do when he wants to edit FILE but it is locked by USER.
  3116. This function has a choice of three things to do:
  3117.   do (signal 'buffer-file-locked (list FILE USER))
  3118.     to refrain from editing the file
  3119.   return t (grab the lock on the file)
  3120.   return nil (edit the file even though it is locked).
  3121. You can rewrite it to use any criterion you like to choose which one to do.Fask-user-about-supersession-threat
  3122. Ask a user who is about to modify an obsolete buffer what to do.
  3123. This function has two choices: it can return, in which case the modification
  3124. of the buffer will proceed, or it can (signal 'file-supersession (file)),
  3125. in which case the proposed buffer modification will not be made.
  3126. You can rewrite this to use any criterion you like to choose which one to do.Fvi-mode
  3127. Major mode that acts like the `vi' editor.
  3128. The purpose of this mode is to provide you the combined power of vi (namely,
  3129. the "cross product" effect of commands and repeat last changes) and Emacs.
  3130.  
  3131. This command redefines nearly all keys to look like vi commands.
  3132. It records the previous major mode, and any vi command for input
  3133. (`i', `a', `s', etc.) switches back to that mode.
  3134. Thus, ordinary Emacs (in whatever major mode you had been using)
  3135. is "input" mode as far as vi is concerned.
  3136.  
  3137. To get back into vi from "input" mode, you must issue this command again.
  3138. Therefore, it is recommended that you assign it to a key.
  3139.  
  3140. Major differences between this mode and real vi :
  3141.  
  3142. * Limitations and unsupported features
  3143.   - Search patterns with line offset (e.g. /pat/+3 or /pat/z.) are
  3144.     not supported.
  3145.   - Ex commands are not implemented; try ':' to get some hints.
  3146.   - No line undo (i.e. the 'U' command), but multi-undo is a standard feature.
  3147.  
  3148. * Modifications
  3149.   - The stopping positions for some point motion commands (word boundary,
  3150.     pattern search) are slightly different from standard 'vi'.
  3151.     Also, no automatic wrap around at end of buffer for pattern searching.
  3152.   - Since changes are done in two steps (deletion then insertion), you need
  3153.     to undo twice to completely undo a change command.  But this is not needed
  3154.     for undoing a repeated change command.
  3155.   - No need to set/unset 'magic', to search for a string with regular expr
  3156.     in it just put a prefix arg for the search commands.  Replace cmds too.
  3157.   - ^R is bound to incremental backward search, so use ^L to redraw screen.
  3158.  
  3159. * Extensions
  3160.   - Some standard (or modified) Emacs commands were integrated, such as
  3161.     incremental search, query replace, transpose objects, and keyboard macros.
  3162.   - In command state, ^X links to the 'ctl-x-map', and ESC can be linked to
  3163.     esc-map or set undefined.  These can give you the full power of Emacs.
  3164.   - See vi-com-map for those keys that are extensions to standard vi, e.g.
  3165.     `vi-name-last-change-or-macro', `vi-verify-spelling', `vi-locate-def',
  3166.     `vi-mark-region', and 'vi-quote-words'.  Some of them are quite handy.
  3167.   - Use \[vi-switch-mode] to switch among different modes quickly.
  3168.   
  3169. Syntax table and abbrevs while in vi mode remain as they were in Emacs.Fview-file
  3170. View FILE in View mode, returning to previous buffer when done.
  3171. The usual Emacs commands are not available; instead,
  3172. a special set of commands (mostly letters and punctuation)
  3173. are defined for moving around in the buffer.
  3174. Space scrolls forward, Delete scrolls backward.
  3175. For list of all View commands, type ? or h while viewing.
  3176.  
  3177. Calls the value of  view-hook  if that is non-nil.Fview-buffer
  3178. View BUFFER in View mode, returning to previous buffer when done.
  3179. The usual Emacs commands are not available; instead,
  3180. a special set of commands (mostly letters and punctuation)
  3181. are defined for moving around in the buffer.
  3182. Space scrolls forward, Delete scrolls backward.
  3183. For list of all View commands, type ? or h while viewing.
  3184.  
  3185. Calls the value of  view-hook  if that is non-nil.Fview-mode
  3186. Major mode for viewing text but not editing it.
  3187. Letters do not insert themselves.  Instead these commands are provided.
  3188. Most commands take prefix arguments.  Commands dealing with lines
  3189. default to "scroll size" lines (initially size of window).
  3190. Search commands default to a repeat count of one.
  3191. M-< or <    move to beginning of buffer.
  3192. M-> or >    move to end of buffer.
  3193. C-v or Space    scroll forward lines.
  3194. M-v or DEL    scroll backward lines.
  3195. CR or LF    scroll forward one line (backward with prefix argument).
  3196. z        like Space except set number of lines for further
  3197.            scrolling commands to scroll by.
  3198. C-u and Digits    provide prefix arguments.  `-' denotes negative argument.
  3199. =        prints the current line number.
  3200. g        goes to line given by prefix argument.
  3201. / or M-C-s    searches forward for regular expression
  3202. \ or M-C-r    searches backward for regular expression.
  3203. n        searches forward for last regular expression.
  3204. p        searches backward for last regular expression.
  3205. C-@ or .    set the mark.
  3206. x        exchanges point and mark.
  3207. C-s or s    do forward incremental search.
  3208. C-r or r    do reverse incremental search.
  3209. @ or '        return to mark and pops mark ring.
  3210.           Mark ring is pushed at start of every
  3211.           successful search and when jump to line to occurs.
  3212.           The mark is set on jump to buffer start or end.
  3213. ? or h        provide help message (list of commands).
  3214. C-h        provides help (list of commands or description of a command).
  3215. C-n        moves down lines vertically.
  3216. C-p        moves upward lines vertically.
  3217. C-l        recenters the screen.
  3218. q or C-c    exit view-mode and return to previous buffer.
  3219.  
  3220. Entry to this mode calls the value of  view-hook  if non-nil.
  3221. \{view-mode-map}Fvip-mode
  3222. Begin emulating the vi editor.  This is distinct from `vi-mode'.
  3223. This emulator has different capabilities from the `vi-mode' emulator.
  3224. See the text at the beginning of the source file .../lisp/vip.el
  3225. in the Emacs distribution.Fyow
  3226. Return or display a Zippy quotationFpsychoanalyze-pinhead
  3227. Zippy goes to the analyst.Fisearch-forward
  3228. Do incremental search forward.
  3229. As you type characters, they add to the search string and are found.
  3230. Type Delete to cancel characters from end of search string.
  3231. Type ESC to exit, leaving point at location found.
  3232. Type C-s to search again forward, C-r to search again backward.
  3233. Type C-w to yank word from buffer onto end of search string and search for it.
  3234. Type C-y to yank rest of line onto end of search string, etc.
  3235. Type C-q to quote control character to search for it.
  3236. Other control and meta characters terminate the search
  3237.  and are then executed normally.
  3238. The above special characters are mostly controlled by parameters;
  3239.  do M-x apropos on search-.*-char to find them.
  3240. C-g while searching or when search has failed
  3241.  cancels input back to what has been found successfully.
  3242. C-g when search is successful aborts and moves point to starting point.Fisearch-forward-regexp
  3243. Do incremental search forward for regular expression.
  3244. Like ordinary incremental search except that your input
  3245. is treated as a regexp.  See \[isearch-forward] for more info.Fisearch-backward
  3246. Do incremental search backward.
  3247. See \[isearch-forward] for more information.Fisearch-backward-regexp
  3248. Do incremental search backward for regular expression.
  3249. Like ordinary incremental search except that your input
  3250. is treated as a regexp.  See \[isearch-forward] for more info.Vsearch-last-string
  3251. Last string search for by a non-regexp search command.
  3252. This does not include direct calls to the primitive search functions,
  3253. and does not include searches that are aborted.Vsearch-last-regexp
  3254. Last string searched for by a regexp search command.
  3255. This does not include direct calls to the primitive search functions,
  3256. and does not include searches that are aborted.Vsearch-repeat-char
  3257. *Character to repeat incremental search forwards.Vsearch-reverse-char
  3258. *Character to repeat incremental search backwards.Vsearch-exit-char
  3259. *Character to exit incremental search.Vsearch-delete-char
  3260. *Character to delete from incremental search string.Vsearch-quote-char
  3261. *Character to quote special characters for incremental search.Vsearch-yank-word-char
  3262. *Character to pull next word from buffer into search string.Vsearch-yank-line-char
  3263. *Character to pull rest of line from buffer into search string.Vsearch-exit-option
  3264. *Non-nil means random control characters terminate incremental search.Vsearch-slow-window-lines
  3265. *Number of lines in slow search display windows.
  3266. These are the short windows used during incremental search on slow terminals.
  3267. Negative means put the slow search window at the top (normally it's at bottom)
  3268. and the value is minus the number of lines.Vsearch-slow-speed
  3269. *Highest terminal speed at which to use "slow" style incremental search.
  3270. This is the style where a one-line window is created to show the line
  3271. that the search has reached.Fquery-replace
  3272. Replace some occurrences of FROM-STRING with TO-STRING.
  3273. As each match is found, the user must type a character saying
  3274. what to do with it.  For directions, type \[help-command] at that time.
  3275.  
  3276. Preserves case in each replacement if  case-replace  and  case-fold-search
  3277. are non-nil and FROM-STRING has no uppercase letters.
  3278. Third arg DELIMITED (prefix arg if interactive) non-nil means replace
  3279. only matches surrounded by word boundaries.Fquery-replace-regexp
  3280. Replace some things after point matching REGEXP with TO-STRING.
  3281. As each match is found, the user must type a character saying
  3282. what to do with it.  For directions, type \[help-command] at that time.
  3283.  
  3284. Preserves case in each replacement if  case-replace  and  case-fold-search
  3285. are non-nil and REGEXP has no uppercase letters.
  3286. Third arg DELIMITED (prefix arg if interactive) non-nil means replace
  3287. only matches surrounded by word boundaries.
  3288. In TO-STRING, \& means insert what matched REGEXP,
  3289. and \=\<n> means insert what matched <n>th \(...\) in REGEXP.Freplace-string
  3290. Replace occurrences of FROM-STRING with TO-STRING.
  3291. Preserve case in each match if  case-replace  and  case-fold-search
  3292. are non-nil and FROM-STRING has no uppercase letters.
  3293. Third arg DELIMITED (prefix arg if interactive) non-nil means replace
  3294. only matches surrounded by word boundaries.Freplace-regexp
  3295. Replace things after point matching REGEXP with TO-STRING.
  3296. Preserve case in each match if case-replace and case-fold-search
  3297. are non-nil and REGEXP has no uppercase letters.
  3298. Third arg DELIMITED (prefix arg if interactive) non-nil means replace
  3299. only matches surrounded by word boundaries.
  3300. In TO-STRING, \& means insert what matched REGEXP,
  3301. and \=\<n> means insert what matched <n>th \(...\) in REGEXP.Vcommand-line-processed
  3302. t once command line has been processedVinhibit-startup-message
  3303. *Non-nil inhibits the initial startup messages.
  3304. This is for use in your personal init file, once you are familiar
  3305. with the contents of the startup message.Vinhibit-default-init
  3306. *Non-nil inhibits loading the `default' library.Vcommand-switch-alist
  3307. Alist of command-line switches.
  3308. Elements look like (SWITCH-STRING . HANDLER-FUNCTION).
  3309. HANDLER-FUNCTION receives switch name as sole arg;
  3310. remaining command-line args are in the variable `command-line-args-left'.Vterm-setup-hook
  3311. Function to be called after loading terminal-specific lisp code.
  3312. It is called with no arguments.  You can use this to override the
  3313. definitions made by the terminal-specific file.Vinitial-major-mode
  3314. Major mode command symbol to use for the initial *scratch* buffer.Fforward-sexp
  3315. Move forward across one balanced expression.
  3316. With argument, do this that many times.Fbackward-sexp
  3317. Move backward across one balanced expression.
  3318. With argument, do this that many times.Fmark-sexp
  3319. Set mark ARG sexps from point.Fforward-list
  3320. Move forward across one balanced group of parentheses.
  3321. With argument, do this that many times.Fbackward-list
  3322. Move backward across one balanced group of parentheses.
  3323. With argument, do this that many times.Fdown-list
  3324. Move forward down one level of parentheses.
  3325. With argument, do this that many times.
  3326. A negative argument means move backward but still go down a level.Fbackward-up-list
  3327. Move backward out of one level of parentheses.
  3328. With argument, do this that many times.
  3329. A negative argument means move forward but still to a less deep spot.Fup-list
  3330. Move forward out of one level of parentheses.
  3331. With argument, do this that many times.
  3332. A negative argument means move backward but still to a less deep spot.Fkill-sexp
  3333. Kill the syntactic expression following the cursor.
  3334. With argument, kill that many expressions after (or before) the cursor.Fbackward-kill-sexp
  3335. Kill the syntactic expression preceding the cursor.
  3336. With argument, kill that many expressions before (or after) the cursor.Fbeginning-of-defun
  3337. Move backward to next beginning-of-defun.
  3338. With argument, do this that many times.
  3339. Returns t unless search stops due to end of buffer.Fend-of-defun
  3340. Move forward to next end of defun.
  3341. An end of a defun is found by moving forward from the beginning of one.Fmark-defun
  3342. Put mark at end of defun, point at beginning.Finsert-parentheses
  3343. Put parentheses around next ARG sexps.  Leave point after open-paren.
  3344. No argument is equivalent to zero: just insert () and leave point between.Fmove-past-close-and-reindent
  3345. Move past next ), delete indentation before it, then indent after it.Flisp-complete-symbol
  3346. Perform completion on Lisp symbol preceding point.
  3347. That symbol is compared against the symbols that exist
  3348. and any additional characters determined by what is there
  3349. are inserted.
  3350. If the symbol starts just after an open-parenthesis,
  3351. only symbols with function definitions are considered.
  3352. Otherwise, all symbols with function definitions, values
  3353. or properties are considered.Fforward-page
  3354. Move forward to page boundary.  With arg, repeat, or go back if negative.
  3355. A page boundary is any line whose beginning matches the regexp  page-delimiter.Fbackward-page
  3356. Move backward to page boundary.  With arg, repeat, or go fwd if negative.
  3357. A page boundary is any line whose beginning matches the regexp  page-delimiter.Fmark-page
  3358. Put mark at end of page, point at beginning.
  3359. A numeric arg specifies to move forward or backward by that many pages,
  3360. thus marking a page other than the one point was originally in.Fnarrow-to-page
  3361. Make text outside current page invisible.
  3362. A numeric arg specifies to move forward or backward by that many pages,
  3363. thus showing a page other than the one point was originally in.Fcount-lines-page
  3364. Report number of lines on current page, and how many are before or after point.Fwhat-page
  3365. Print page and line number of point.Vregister-alist
  3366. Alist of elements (NAME . CONTENTS), one for each Emacs register.
  3367. NAME is a character (a number).  CONTENTS is a string, number,
  3368. mark or list.  A list represents a rectangle; its elements are strings.Fget-register
  3369. Return contents of Emacs register named CHAR, or nil if none.Fset-register
  3370. Set contents of Emacs register named CHAR to VALUE.Fpoint-to-register
  3371. Store current location of point in a register.
  3372. Argument is a character, naming the register.Fregister-to-point
  3373. Move point to location stored in a register.
  3374. Argument is a character, naming the register.Fview-register
  3375. Display what is contained in register named REGISTER.
  3376. REGISTER is a character.Finsert-register
  3377. Insert contents of register REG.  REG is a character.
  3378. Normally puts point before and mark after the inserted text.
  3379. If optional second arg is non-nil, puts mark before and point after.
  3380. Interactively, second arg is non-nil if prefix arg is supplied.Fcopy-to-register
  3381. Copy region into register REG.
  3382. With prefix arg, delete as well.
  3383. Called from program, takes four args:
  3384. REG, START, END and DELETE-FLAG.
  3385. START and END are buffer positions indicating what to copy.Fappend-to-register
  3386. Append region to text in register REG.
  3387. With prefix arg, delete as well.
  3388. Called from program, takes four args:
  3389. REG, START, END and DELETE-FLAG.
  3390. START and END are buffer positions indicating what to append.Fprepend-to-register
  3391. Prepend region to text in register REG.
  3392. With prefix arg, delete as well.
  3393. Called from program, takes four args:
  3394. REG, START, END and DELETE-FLAG.
  3395. START and END are buffer positions indicating what to prepend.Fcopy-rectangle-to-register
  3396. Copy rectangular region into register REG.
  3397. With prefix arg, delete as well.
  3398. Called from program, takes four args:
  3399. REG, START, END and DELETE-FLAG.
  3400. START and END are buffer positions giving two corners of rectangle.Vparagraph-ignore-fill-prefix
  3401. Non-nil means the paragraph commands are not affected by fill-prefix.
  3402. This is desirable in modes where blank lines are the paragraph delimiters.Fforward-paragraph
  3403. Move forward to end of paragraph.  With arg, do it arg times.
  3404. A line which  paragraph-start  matches either separates paragraphs
  3405. (if  paragraph-separate  matches it also) or is the first line of a paragraph.
  3406. A paragraph end is the beginning of a line which is not part of the paragraph
  3407. to which the end of the previous line belongs, or the end of the buffer.Fbackward-paragraph
  3408. Move backward to start of paragraph.  With arg, do it arg times.
  3409. A paragraph start is the beginning of a line which is a first-line-of-paragraph
  3410. or which is ordinary text and follows a paragraph-separating line; except:
  3411. if the first real line of a paragraph is preceded by a blank line,
  3412. the paragraph starts at that blank line.
  3413. See forward-paragraph for more information.Fmark-paragraph
  3414. Put point at beginning of this paragraph, mark at end.Fkill-paragraph
  3415. Kill to end of paragraph.Fbackward-kill-paragraph
  3416. Kill back to start of paragraph.Ftranspose-paragraphs
  3417. Interchange this (or next) paragraph with previous one.Fforward-sentence
  3418. Move forward to next sentence-end.  With argument, repeat.
  3419. With negative argument, move backward repeatedly to sentence-beginning.
  3420. Sentence ends are identified by the value of sentence-end
  3421. treated as a regular expression.  Also, every paragraph boundary
  3422. terminates sentences as well.Fbackward-sentence
  3423. Move backward to start of sentence.  With arg, do it arg times.
  3424. See forward-sentence for more information.Fkill-sentence
  3425. Kill from point to end of sentence.
  3426. With arg, repeat, or backward if negative arg.Fbackward-kill-sentence
  3427. Kill back from point to start of sentence.
  3428. With arg, repeat, or forward if negative arg.Fmark-end-of-sentence
  3429. Put mark at end of sentence.  Arg works as in forward-sentence.Ftranspose-sentences
  3430. Interchange this (next) and previous sentence.Vlisp-mode-syntax-table
  3431. Vemacs-lisp-mode-syntax-table
  3432. Vlisp-mode-abbrev-table
  3433. Vemacs-lisp-mode-map
  3434. Femacs-lisp-mode
  3435. Major mode for editing Lisp code to run in Emacs.
  3436. Commands:
  3437. Delete converts tabs to spaces as it moves back.
  3438. Blank lines separate paragraphs.  Semicolons start comments.
  3439. \{emacs-lisp-mode-map}
  3440. Entry to this mode calls the value of emacs-lisp-mode-hook
  3441. if that value is non-nil.Flisp-mode
  3442. Major mode for editing Lisp code for Lisps other than GNU Emacs Lisp.
  3443. Commands:
  3444. Delete converts tabs to spaces as it moves back.
  3445. Blank lines separate paragraphs.  Semicolons start comments.
  3446. \{lisp-mode-map}
  3447. Note that `run-lisp' may be used either to start an inferior Lisp job
  3448. or to switch back to an existing one.
  3449.  
  3450. Entry to this mode calls the value of lisp-mode-hook
  3451. if that value is non-nil.Flisp-send-defun
  3452. Send the current defun to the Lisp process made by M-x run-lisp.Flisp-interaction-mode
  3453. Major mode for typing and evaluating Lisp forms.
  3454. Like Lisp mode except that \[eval-print-last-sexp] evals the Lisp expression
  3455. before point, and prints its value into the buffer, advancing point.
  3456.  
  3457. Commands:
  3458. Delete converts tabs to spaces as it moves back.
  3459. Paragraphs are separated only by blank lines.  Semicolons start comments.
  3460. \{lisp-interaction-mode-map}
  3461. Entry to this mode calls the value of lisp-interaction-mode-hook
  3462. if that value is non-nil.Feval-print-last-sexp
  3463. Evaluate sexp before point; print value into current buffer.Feval-last-sexp
  3464. Evaluate sexp before point; print value in minibuffer.
  3465. With argument, print output into current buffer.Feval-defun
  3466. Evaluate defun that point is in or before.
  3467. Print value in minibuffer.
  3468. With argument, insert value in current buffer after the defun.Vlisp-indent-offset
  3469. Vlisp-indent-hook
  3470. Flisp-indent-line
  3471. Indent current line as Lisp code.
  3472. With argument, indent any additional lines of the same expression
  3473. rigidly along with this one.Fcalculate-lisp-indent
  3474. Return appropriate indentation for current line as Lisp code.
  3475. In usual case returns an integer: the column to indent to.
  3476. Can instead return a list, whose car is the column to indent to.
  3477. This means that following lines at the same level of indentation
  3478. should not necessarily be indented the same way.
  3479. The second element of the list is the buffer position
  3480. of the start of the containing expression.Vlisp-body-indent
  3481. Findent-sexp
  3482. Indent each line of the list starting just after point.Findent-code-rigidly
  3483. Indent all lines of code, starting in the region, sideways by ARG columns.
  3484. Does not affect lines starting inside comments or strings,
  3485. assuming that the start of the region is not inside them.
  3486. Called from a program, takes args START, END, COLUMNS and NOCHANGE-REGEXP.
  3487. The last is a regexp which, if matched at the beginning of a line,
  3488. means don't indent that line.Vtext-mode-syntax-table
  3489. Syntax table used while in text mode.Vtext-mode-abbrev-table
  3490. Abbrev table used while in text mode.Vtext-mode-map
  3491. Ftext-mode
  3492. Major mode for editing text intended for humans to read.  Special commands:\{text-mode-map}
  3493. Turning on text-mode calls the value of the variable text-mode-hook,
  3494. if that value is non-nil.Findented-text-mode
  3495. Major mode for editing indented text intended for humans to read.\{indented-text-mode-map}
  3496. Turning on indented-text-mode calls the value of the variable text-mode-hook,
  3497. if that value is non-nil.Fcenter-paragraph
  3498. Center each line in the paragraph at or after point.
  3499. See center-line for more info.Fcenter-region
  3500. Center each line starting in the region.
  3501. See center-line for more info.Fcenter-line
  3502. Center the line point is on, within the width specified by `fill-column'.
  3503. This means adjusting the indentation to match
  3504. the distance between the end of the text and `fill-column'.Fset-fill-prefix
  3505. Set the fill-prefix to the current line up to point.
  3506. Filling expects lines to start with the fill prefix
  3507. and reinserts the fill prefix in each resulting line.Ffill-region-as-paragraph
  3508. Fill region as one paragraph: break lines to fit fill-column.
  3509. Prefix arg means justify too.
  3510. From program, pass args FROM, TO and JUSTIFY-FLAG.Ffill-paragraph
  3511. Fill paragraph at or after point.
  3512. Prefix arg means justify as well.Ffill-region
  3513. Fill each of the paragraphs in the region.
  3514. Prefix arg (non-nil third arg, if called from program)
  3515. means justify as well.Fjustify-current-line
  3516. Add spaces to line point is in, so it ends at fill-column.Ffill-individual-paragraphs
  3517. Fill each paragraph in region according to its individual fill prefix.
  3518. Calling from a program, pass range to fill as first two arguments.
  3519. Optional third and fourth arguments JUSTIFY-FLAG and MAIL-FLAG:
  3520. JUSTIFY-FLAG to justify paragraphs (prefix arg),
  3521. MAIL-FLAG for a mail message, i. e. don't fill header lines.Vc-mode-abbrev-table
  3522. Abbrev table in use in C-mode buffers.Vc-mode-map
  3523. Keymap used in C mode.Fc-macro-expand
  3524. Display the result of expanding all C macros occurring in the region.
  3525. The expansion is entirely correct because it uses the C preprocessor.Vc-mode-syntax-table
  3526. Syntax table in use in C-mode buffers.Vc-indent-level
  3527. *Indentation of C statements with respect to containing block.Vc-brace-imaginary-offset
  3528. *Imagined indentation of a C open brace that actually follows a statement.Vc-brace-offset
  3529. *Extra indentation for braces, compared with other text in same context.Vc-argdecl-indent
  3530. *Indentation level of declarations of C function arguments.Vc-label-offset
  3531. *Offset of C label lines and case statements relative to usual indentation.Vc-continued-statement-offset
  3532. *Extra indent for lines not starting new statements.Vc-continued-brace-offset
  3533. *Extra indent for substatements that start with open-braces.
  3534. This is in addition to c-continued-statement-offset.Vc-auto-newline
  3535. *Non-nil means automatically newline before and after braces,
  3536. and after colons and semicolons, inserted in C code.Vc-tab-always-indent
  3537. *Non-nil means TAB in C mode should always reindent the current line,
  3538. regardless of where in the line point is when the TAB command is used.Fc-mode
  3539. Major mode for editing C code.
  3540. Expression and list commands understand all C brackets.
  3541. Tab indents for C code.
  3542. Comments are delimited with /* ... */.
  3543. Paragraphs are separated by blank lines only.
  3544. Delete converts tabs to spaces as it moves back.
  3545. \{c-mode-map}
  3546. Variables controlling indentation style:
  3547.  c-tab-always-indent
  3548.     Non-nil means TAB in C mode should always reindent the current line,
  3549.     regardless of where in the line point is when the TAB command is used.
  3550.  c-auto-newline
  3551.     Non-nil means automatically newline before and after braces,
  3552.     and after colons and semicolons, inserted in C code.
  3553.  c-indent-level
  3554.     Indentation of C statements within surrounding block.
  3555.     The surrounding block's indentation is the indentation
  3556.     of the line on which the open-brace appears.
  3557.  c-continued-statement-offset
  3558.     Extra indentation given to a substatement, such as the
  3559.     then-clause of an if or body of a while.
  3560.  c-continued-brace-offset
  3561.     Extra indentation given to a brace that starts a substatement.
  3562.     This is in addition to c-continued-statement-offset.
  3563.  c-brace-offset
  3564.     Extra indentation for line if it starts with an open brace.
  3565.  c-brace-imaginary-offset
  3566.     An open brace following other text is treated as if it were
  3567.     this far to the right of the start of its line.
  3568.  c-argdecl-indent
  3569.     Indentation level of declarations of C function arguments.
  3570.  c-label-offset
  3571.     Extra indentation for line that is a label, or case or default.
  3572.  
  3573. Settings for K&R and BSD indentation styles are
  3574.   c-indent-level                5    8
  3575.   c-continued-statement-offset  5    8
  3576.   c-brace-offset               -5   -8
  3577.   c-argdecl-indent              0    8
  3578.   c-label-offset               -5   -8
  3579.  
  3580. Turning on C mode calls the value of the variable c-mode-hook with no args,
  3581. if that value is non-nil.Felectric-c-brace
  3582. Insert character and correct line's indentation.Felectric-c-semi
  3583. Insert character and correct line's indentation.Felectric-c-terminator
  3584. Insert character and correct line's indentation.Fc-indent-command
  3585. Indent current line as C code, or in some cases insert a tab character.
  3586. If c-tab-always-indent is non-nil (the default), always indent current line.
  3587. Otherwise, indent the current line only if point is at the left margin
  3588. or in the line's indentation; otherwise insert a tab.
  3589.  
  3590. A numeric argument, regardless of its value,
  3591. means indent rigidly all the lines of the expression starting after point
  3592. so that this line becomes properly indented.
  3593. The relative indentation among the lines of the expression are preserved.Fc-indent-line
  3594. Indent current line as C code.
  3595. Return the amount the indentation changed by.Fcalculate-c-indent
  3596. Return appropriate indentation for current line as C code.
  3597. In usual case returns an integer: the column to indent to.
  3598. Returns nil if line starts inside a string, t if in a comment.Fcalculate-c-indent-within-comment
  3599. Return the indentation amount for line, assuming that
  3600. the current line is to be regarded as part of a block comment.Fc-backward-to-start-of-if
  3601. Move to the start of the last ``unbalanced'' if.Fmark-c-function
  3602. Put mark at end of C function, point at beginning.Findent-c-exp
  3603. Indent each line of the C grouping following point.Vsearch-smart-case
  3604. *If non-nil, isearch turns off case-fold-search when the search string
  3605. contains both uppercase and lowercase.
  3606. If neither nil nor t, use smart case search even if case-fold-search is nil.
  3607. See also variable search-smart-case-predicate.Vsearch-smart-case-predicate
  3608. Predicate function that says case-fold-search shall remain true.
  3609. Predefined predicates are downcase-p, upcase-p and onecase-p.Fkeep-lines
  3610. Delete all lines except those containing matches for REGEXP.
  3611. A match split across lines preserves all the lines it lies in.
  3612. Applies to all lines after point.Fflush-lines
  3613. Delete lines containing matches for REGEXP.
  3614. If a match is split across lines, all the lines it lies in are deleted.
  3615. Applies to lines after point.Fhow-many
  3616. Print number of matches for REGEXP following point.Foccur-mode
  3617. Major mode for output from \[occur].
  3618. Move point to one of the occurrences in this buffer,
  3619. then use \[occur-mode-goto-occurrence] to go to the same occurrence
  3620. in the buffer that the occurrences were found in.
  3621. \{occur-mode-map}Foccur-mode-goto-occurrence
  3622. Go to the line this occurrence was found in, in the buffer it was found in.Vlist-matching-lines-default-context-lines
  3623. *Default number of context lines to include around a list-matching-lines
  3624. match.  A negative number means to include that many lines before the match.
  3625. A positive number means to include that many lines both before and after.Foccur
  3626. Show all lines following point containing a match for REGEXP.
  3627. Display each line with NLINES lines before and after,
  3628.  or -NLINES before if NLINES is negative.
  3629. NLINES defaults to list-matching-lines-default-context-lines.
  3630. Interactively it is the prefix arg.
  3631.  
  3632. The lines are shown in a buffer named *Occur*.
  3633. It serves as a menu to find any of the occurrences in this buffer.
  3634. \[describe-mode] in that buffer will explain how.Fabbrev-mode
  3635. Toggle abbrev mode.
  3636. With arg, turn abbrev mode on iff arg is positive.
  3637. In abbrev mode, inserting an abbreviation causes it to expand
  3638. and be replaced by its expansion.Vedit-abbrevs-map
  3639. Keymap used in edit-abbrevs.Fkill-all-abbrevs
  3640. Undefine all defined abbrevs.Finsert-abbrevs
  3641. Insert after point a description of all defined abbrevs.
  3642. Mark is set after the inserted text.Flist-abbrevs
  3643. Display a list of all defined abbrevs.Fedit-abbrevs-mode
  3644. Major mode for editing the list of abbrev definitions.
  3645. \{edit-abbrevs-map}Fedit-abbrevs
  3646. Alter abbrev definitions by editing a list of them.
  3647. Selects a buffer containing a list of abbrev definitions.
  3648. You can edit them and type C-c C-c to redefine abbrevs
  3649. according to your editing.
  3650. Buffer contains a header line for each abbrev table,
  3651.  which is the abbrev table name in parentheses.
  3652. This is followed by one line per abbrev in that table:
  3653. NAME   USECOUNT   EXPANSION   HOOK
  3654. where NAME and EXPANSION are strings with quotes,
  3655. USECOUNT is an integer, and HOOK is any valid function
  3656. or may be omitted (it is usually omitted).Fedit-abbrevs-redefine
  3657. Redefine abbrevs according to current buffer contents.Fdefine-abbrevs
  3658. Define abbrevs according to current visible buffer contents.
  3659. See documentation of edit-abbrevs for info on the format of the
  3660. text you must have in the buffer.
  3661. With argument, eliminate all abbrev definitions except
  3662. the ones defined from the buffer now.Fread-abbrev-file
  3663. Read abbrev definitions from file written with write-abbrev-file.
  3664. Takes file name as argument.
  3665. Optional second argument non-nil means don't print anything.Fquietly-read-abbrev-file
  3666. Read abbrev definitions from file written with write-abbrev-file.
  3667. Takes file name as argument.  Does not print anything.Fwrite-abbrev-file
  3668. Write all abbrev definitions to file of Lisp code.
  3669. The file can be loaded to define the same abbrevs.Fadd-mode-abbrev
  3670. Define mode-specific abbrev for last word(s) before point.
  3671. Argument is how many words before point form the expansion;
  3672. or zero means the region is the expansion.
  3673. A negative argument means to undefine the specified abbrev.
  3674. Reads the abbreviation in the minibuffer.Fadd-global-abbrev
  3675. Define global (all modes) abbrev for last word(s) before point.
  3676. Argument is how many words before point form the expansion;
  3677. or zero means the region is the expansion.
  3678. A negative argument means to undefine the specified abbrev.
  3679. Reads the abbreviation in the minibuffer.Finverse-add-mode-abbrev
  3680. Define last word before point as a mode-specific abbrev.
  3681. With argument N, defines the Nth word before point.
  3682. Reads the expansion in the minibuffer.
  3683. Expands the abbreviation after defining it.Finverse-add-global-abbrev
  3684. Define last word before point as a global (mode-independent) abbrev.
  3685. With argument N, defines the Nth word before point.
  3686. Reads the expansion in the minibuffer.
  3687. Expands the abbreviation after defining it.Fabbrev-prefix-mark
  3688. Mark current point as the beginning of an abbrev.
  3689. Abbrev to be expanded starts here rather than at
  3690. beginning of word.  This way, you can expand an abbrev
  3691. with a prefix: insert the prefix, use this command,
  3692. then insert the abbrev.Fexpand-region-abbrevs
  3693. For abbrev occurrence in the region, offer to expand it.
  3694. The user is asked to type y or n for each occurrence.
  3695. A numeric argument means don't query; expand all abbrevs.
  3696. Calling from a program, arguments are START END &optional NOQUERY.VBuffer-menu-mode-map
  3697. FBuffer-menu-mode
  3698. Major mode for editing a list of buffers.
  3699. Each line describes one of the buffers in Emacs.
  3700. Letters do not insert themselves; instead, they are commands.
  3701. m -- mark buffer to be displayed.
  3702. q -- select buffer of line point is on.
  3703.   Also show buffers marked with m in other windows.
  3704. 1 -- select that buffer in full-screen window.
  3705. 2 -- select that buffer in one window,
  3706.   together with buffer selected before this one in another window.
  3707. f -- select that buffer in place of the buffer menu buffer.
  3708. o -- select that buffer in another window,
  3709.   so the buffer menu buffer remains visible in its window.
  3710. ~ -- clear modified-flag on that buffer.
  3711. s -- mark that buffer to be saved, and move down.
  3712. d or k -- mark that buffer to be deleted, and move down.
  3713. C-d -- mark that buffer to be deleted, and move up.
  3714. x -- delete or save marked buffers.
  3715. u -- remove all kinds of marks from current line.
  3716. Delete -- back up a line and remove marks.
  3717.  
  3718. Precisely,\{Buffer-menu-mode-map}FBuffer-menu-buffer
  3719. Return buffer described by this line of buffer menu.Fbuffer-menu
  3720. Make a menu of buffers so you can save, delete or select them.
  3721. With argument, show only buffers that are visiting files.
  3722. Type ? after invocation to get help on commands available.
  3723. Type q immediately to make the buffer menu go away.FBuffer-menu-mark
  3724. Mark buffer on this line for being displayed by \[Buffer-menu-select] command.FBuffer-menu-unmark
  3725. Cancel all requested operations on buffer on this line.FBuffer-menu-backup-unmark
  3726. Move up and cancel all requested operations on buffer on line above.FBuffer-menu-delete
  3727. Mark buffer on this line to be deleted by \[Buffer-menu-execute] command.FBuffer-menu-delete-backwards
  3728. Mark buffer on this line to be deleted by \[Buffer-menu-execute] command
  3729. and then move up one lineFBuffer-menu-save
  3730. Mark buffer on this line to be saved by \[Buffer-menu-execute] command.FBuffer-menu-not-modified
  3731. Mark buffer on this line as unmodified (no changes to save).FBuffer-menu-execute
  3732. Save and/or delete buffers marked with \[Buffer-menu-save] or \[Buffer-menu-delete] commands.FBuffer-menu-select
  3733. Select this line's buffer; also display buffers marked with ">".
  3734. You can mark buffers with the \[Buffer-menu-mark] command.FBuffer-menu-1-window
  3735. Select this line's buffer, alone, in full screen.FBuffer-menu-this-window
  3736. Select this line's buffer in this window.FBuffer-menu-other-window
  3737. Select this line's buffer in other window, leaving buffer menu visible.FBuffer-menu-2-window
  3738. Select this line's buffer, with previous buffer in second window.Fone-window-p
  3739. Returns non-nil if there is only one window.
  3740. Optional arg NOMINI non-nil means don't count the minibuffer
  3741. even if it is active.Fread-quoted-char
  3742. Like `read-char', except that if the first character read is an octal
  3743. digit, we read up to two more octal digits and return the character
  3744. represented by the octal number consisting of those digits.
  3745. Optional argument PROMPT specifies a string to use to prompt the user.Ferror
  3746. Signal an error, making error message by passing all args to `format'.Fsuppress-keymap
  3747. Make MAP override all buffer-modifying commands to be undefined.
  3748. Works by knowing which commands are normally buffer-modifying.
  3749. Normally also makes digits set numeric arg,
  3750. but optional second arg NODIGITS non-nil prevents this.Fsubstitute-key-definition
  3751. Replace OLDDEF with NEWDEF for any keys in KEYMAP now defined as OLDDEF.
  3752. In other words, OLDDEF is replaced with NEWDEF where ever it appears.Vglobal-map
  3753. Default global keymap mapping Emacs keyboard input into commands.
  3754. The value is a keymap which is usually (but not necessarily) Emacs's
  3755. global map.Vctl-x-map
  3756. Default keymap for C-x commands.
  3757. The normal global definition of the character C-x indirects to this keymap.Vesc-map
  3758. Default keymap for ESC (meta) commands.
  3759. The normal global definition of the character ESC indirects to this keymap.Vmouse-map
  3760. Keymap for mouse commands from the X window system.Frun-hooks
  3761. Takes hook names and runs each one in turn.  Major mode functions use this.
  3762. Each argument should be a symbol, a hook variable.
  3763. These symbols are processed in the order specified.
  3764. If a hook symbol has a non-nil value, that value may be a function
  3765. or a list of functions to be called to run the hook.
  3766. If the value is a function, it is called with no arguments.
  3767. If it is a list, the elements are called, in order, with no arguments.Fmomentary-string-display
  3768. Momentarily display STRING in the buffer at POS.
  3769. Display remains until next character is typed.
  3770. If the char is EXIT-CHAR (optional third arg, default is SPC) it is swallowed;
  3771. otherwise it is then available as input (as a command if nothing else).
  3772. Display MESSAGE (optional fourth arg) in the echo area.
  3773. If MESSAGE is nil, instructions to type EXIT-CHAR are displayed there.Fundo-start
  3774. Move undo-pointer to front of undo records.
  3775. The next call to undo-more will undo the most recently made change.Fundo-more
  3776. Undo back N undo-boundaries beyond what was already undone recently.
  3777. Call undo-start to get ready to undo recent changes,
  3778. then call undo-more one or more times to undo them.Vemacs-version
  3779. Version numbers of this version of Emacs.Vemacs-build-time
  3780. Time at which Emacs was dumped out.Femacs-version
  3781. Return string describing the version of Emacs that is running.